| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The name of the DataNode |
string |
None. |
| NetworkAddress |
The network Address |
string |
None. |
| DataNodeNumber |
A number from 1 to n representing the DataNodes position on the Network (i.e. node ID). Unique for a Network. |
integer |
None. |
| NetworkID |
An identifier for the Network that this DataNode belongs to, from the IntID of the Network |
integer |
None. |
| Category |
This is a placeholder where you can define a category or grouping, using words of your choice |
string |
None. |
| ManufacturerSerialNumber |
The manufacturer serial number of the data node. |
string |
None. |
| UserSerialNumber |
The user's serial number of the data node |
string |
None. |
| Notes |
Any notes |
string |
None. |
| Latitude |
The Latitude of the DataNode. |
decimal number |
None. |
| Longitude |
The Longitude of the DataNode. |
decimal number |
None. |
| Standalone |
Whether or not the DataNode is standalone |
boolean |
None. |
| PerformNetworkReadings |
Whether or not the devices under this DataNode are to perform automated readings |
boolean |
None. |
| UpdateChildrenLocations |
Whether or not to update children locations |
boolean |
None. |
| SchedulePollingInterval |
Polling Interval for reading Schedule details, in minutes |
integer |
None. |
| LogPollingInterval |
Polling Interval for reading logs, in minutes |
integer |
None. |
| MarkAsGatewayDN |
Whether or not to mark this DataNode as the Gateway DN for the Network |
boolean |
None. |
| ConfiguredAlerts |
Array of Configured Alerts |
Collection of AddUpdate_ConfiguredAlert |
None. |