Notify
When the message contains a Notify payload, the value Notify will be in the deviceType field of the uplink request.
When a button is pressed the following payload is sent.
{
"vdd": 3100,
"alarm": 1,
"noActiveAlarm": 0
}
Field Name | Type | Conditional | Description | Notes |
|---|---|---|---|---|
vdd | int | No | The battery voltage in millivolts. | Completely discharged at around 3000mV. |
alarm | int | No | Indicates whether an alarm has occured. | Possible values are 0 = no alarm, 1 = alarm. |
noActiveAlarm | int | No | Indicates whether an alarm is active. | Possible values are 0 = no alarm is active, 1 an alarm is active. |
Documentation still in preparation...
19 juni 2025