8
{
'mode': '2',
'device_name': 'Water Dispenser test',
'hw_version': '1.2',
'long_count': 0,
'data': '020100',
'device_id': '416A7B',
'_raw': {
'rssi': '-118.00',
'data': '020100',
'lng': '122.0',
'ack': 'false',
'duplicate': 'false',
'avgSnr': '26.60',
'longPolling': 'false',
'snr': '19.37',
'station': '7E6C',
'seqNumber': '363',
'time': '1553494635',
'device': '416A7B',
'lat': '25.0'
},
'low_battery': '1',
'short_count': 1,
'fw_version': '0.3',
'timestamp': 1553494635
}
● Event
Field
Format
Description
device_id
string
Device unique ID
timestamp
number
Message sent time in timestamp format
_raw
object
Sigfox raw data
data
string
Sigfox payload
device_name
string
Device given name
fw_version
string
Firmware current version
long_count
string
Long press message
short_count
string
Short press message
hw_version
string
Hardware current version
mode
string
Device current operation mode (1 for timer 2 for event)
Event Example
'fw_version': '0.3',
'timestamp': 1553496100
}