Adding a Thing to a Network
Hello,
I am trying to add a Thing to a network programatically,
It is intended in this case to add a parent
var params2 = {
from : undefined,
to : SiteName,
connectionType : undefined
};
Networks['CustomerNetwork'].AddConnection(params2);
When tested I get an error about invalid connection type.... I however can not find a resource which lists valid connection types

