Badge RFID
This event is fired when a badge is detected on the RFID reader.
Body parameters
event
: badge-rfidstation
(integer): The identifier of the station.data
: (json object).badge_id
(string): The identifier of the badge in hexadecimal.
Body example
{
"event": "badge-rfid",
"station": 156,
"data": {
"badge_id": "3AF1C5F6"
}
}