RFID
RFID Object
RFIDs are security keys associated with an EV Driver. These are used to authenticate the driver at the chargestation.
{
"_id": "6463b049a402a07ea9200d51",
"name": "RFID for Property #1",
"description": "Guest RFID",
"active": true,
"user": "60e7116e15f9305d44e9d4d5",
"value": "34H21JN2",
"meta_data": {
"sample_key1": "some text",
"sample_key2": 1234.56
},
"createdAt": "2023-05-16T16:33:13.264Z",
"updatedAt": "2023-05-16T16:33:13.264Z"
}
Attributes
_id string
The eDRV Id of this RFID
name string
A memorable name for an RFID
description string
Further details about this RFID
active boolean
Use this flag to activate / deactivate this RFID
user string
An RFID is associated with one driver Id
Also see Users
value string
A unique, OCPP compatible id code for this RFID.
createdAt datetime
Creation time of this driver's record
updatedAt datetime
Last update time of this driver's record
Updated over 1 year ago