The file to be uploaded must be in a .json format and must have the following
structure:
{
}
The above structure contains the example of adding three RFID cards, which
are given by the names example1, example2 and example3, entered in their
corresponding 'idTag' fields.
There are also two possible states in which each RFID card can be put in the
'status' field:
•
Accepted
•
Blocked
Finally, in case of wanting to add more RFID cards, the following code must
be written and repeat it for each new card, modifying the 'idTag' and 'status'
fields with the ID and status of each one:
"listVersion": 1,
"localAuthorizationList": [
{
"idTagInfo": {"status": "Accepted"},
"idTag": "example1"
},
{
"idTagInfo": {"status": "Accepted"},
"idTag": "example2"
},
{
"idTagInfo": {"status": "Accepted"},
"idTag": "example3"
}
],
"updateType": "Full"
,
{
"idTagInfo": {"status": "Accepted"},
"idTag": "new_ID"
}
53
Need help?
Do you have a question about the eVolve Smart Series and is the answer not in the manual?
Questions and answers