Status
Send device battery and temperature information from an Out Of Band uplink
Variables | Type | Format | Description |
time | integer | Epoch time in seconds | The GMT timestamp corresponding to the reception date |
device | string | in hexadecimal, up to 8 characters | Device identifier (in hexadecimal – up to 8 characters <=> 4 bytes) |
seqNumber | integer | The sequence number of the message if available Condition: for devices with contract option NETWORK METADATA | |
snr | float | two maximum fraction digits | The signal to noise ratio (in dB – Float value with two maximum fraction digits) Condition: for devices with contract option NETWORK METADATA |
rssi | float | two maximum fraction digits | the RSSI (in dBm – Float value with two maximum fraction digits). If there is no data to be returned, then the value is null. Condition: for devices with contract option NETWORK METADATA |
station | string | in hexadecimal, 4 characters | The base station identifier (in hexadecimal – 4 characters <=> 2 bytes) |
batt | float | two maximum fraction digits | (in Volt – Float value with two maximum fraction digits) |
temp | float | two maximum fraction digits | The temperature of the device (in °C – Float value with two maximum fraction digits) |