RFID Reader
When the message contains an RFID payload, the value RFID will be in the deviceType field of the uplink request.
{
"records": [
{
"time": 1730891172,
"tag": "e200001769160089200049fc",
"zone": "0b14b5a1-fe35-427b-ba52-2a88de8cb66c",
"event": "enter"
}
]
}
Field Name | Type | Conditional | Description |
|---|---|---|---|
records | Array | No | An array of record objects. |
Record objects contains the following fields.
Field Name | Type | Conditional | Description |
|---|---|---|---|
time | int | No | The time the event occurred as Unix epoch. |
tag | string | No | The id of the tag associated with the event. |
zone | string | No | The id of the zone in which the event occurred. |
event | string | No | The event that occurred. Possible values are 'enter' and 'exited'. |
Documentation still in preparation...
23 januar 2026