Single Device Query
Security is implemented for this end point. Please see the Introduction page for details on how to implement this as the query will generate an error otherwise.
Headers
Name
Type
Description
{
"mac": "string",
"nickname": "string",
"date": "string",
"time": "string",
"batteryVoltage": 0.00,
"batteryCurrent": 0.00,
"batteryTemperatureC": 0.00,
"solar1Voltage": 0.00,
"solar1Current": 0.00,
"solar2Voltage": 0.00,
"solar2Current": 0.00,
"port3Voltage": 0.00,
"port3Current": 0.00,
"load1Voltage": 0.00,
"load1Current": 0.00,
"load2Voltage": 0.00,
"load2Current": 0.00,
"faults": [
"none",
"lowVoltageDisconnectLoad1",
"lowVoltageReconnectLoad1",
"lowVoltageDisconnectLoad2",
"lowVoltageReconnectLoad2",
"shortCircuitPort3",
"shortCircuitLoad1",
"shortCircuitLoad2"
],
"enabled": [
"none",
"p1",
"p2",
"p3",
"l1",
"l2"
]
}
Last updated