Status
The Sigfox callback service is composed of several types and subtypes, please browse to the callback documentation for the full description.
This change only affects the Service Status callback subtype and will not impact core device data callbacks.
Please be advised of the upcoming changes to our Service Status callback service. We will be transitioning away from this service on the following timeline:
- September 2026: creation of new Service Status callbacks will be disabled.
- April 2027: the Service Status callback service will be fully discontinued.
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) |
