Presence
When the message contains a Presence payload, the value Presence will be in the deviceType field of the uplink request.
Payloads
Join message
Data message
The device will report sensor data according to the configured interval (default is 30 minutes) or when the presence/light status changes".
{
"battery": 100,
"daylight": "dark",
"presence": "occupied"
}
Field | Type | Conditional | Description | Notes |
|---|---|---|---|---|
battery | int | No | The remaining battery as a percentage. | |
daylight | string | No | The current light state. | Possible values: light, dark. |
presence | string | No | The current occupied state. | Possible values: occupied, unoccupied. |
Documentation still in preparation...
19 juni 2025