Real Time Automation, Inc.
38
1-800-249-1612
XML Output
The output to the request for
http://IPADDRESS/gateway/xml
will be like the following:
JSON Output
The output to the request for
http://IPADDRESS/gateway/json
will be like the following:
<Devices>
<Device>
<GroupName>Breaker_Set_A</GroupName>
<DeviceName>Breaker_1A</DeviceName>
<dataTimeStamp>2016-07-
04T21:06:50</dataTimeStamp>
<Power>237</Power>
<Current>344</Current>
</Device>
<Device>
<GroupName>Breaker_Set_A</GroupName>
<DeviceName>Breaker_2A</DeviceName>
<dataTimeStamp>2016-07-
04T21:06:50</dataTimeStamp>
<Current_A>37502</Current_A>
<Current_B>8296</Current_B>
<Current_C>36446</Current_C>
<Watts>1002</Watts>
</Device>
</Devices>
[{
"GroupName": "Breaker_Set_A",
"DeviceName": "Breaker_1A",
"dataTimeStamp": "2016-07-04T21:06:50",
"Power": 237,
"Watts": 344
}, {
"GroupName": "Breaker_Set_A",
"DeviceName": "Breaker_2A",
"dataTimeStamp": "2016-07-04T21:06:50",
"Current_A": 37502,
"Current_B": 8296,
"Current_C": 36446,
"Watts": 1002
}]