Device Status
DeviceStatus reports the device's current state, such as whether it is active on the network.
{
"active" : Boolean,
"point_to_point" : Boolean,
"temperature" : Integer
}
| Member name | Type | Description |
|---|---|---|
| active | Boolean | Whether device is currently connected to the network |
| point_to_point | Boolean | Whether device is operating in point-to-point mode |
| temperature | Integer | Current chipset junction temperature in degrees Celsius |