JSON message about the card reader status
{
"CardReaderList":[{
/*optional, card reader list*/
"CardReader":{
"id": ,
/*required, int, card reader No.*/
"seq":"",
/*required, string, peripheral serial No.*/
"name":"",
/*optional, string, card reader name*/
"status":"",
/*optional, card reader status: "notRelated"-not linked, "online", "offline", "heartbeatAbnormal"-heartbeat exception*/
"tamperEvident": ,
/*optional, boolean, tampering status: "true"-tampered, "false"-not tampered*/
"charge":"",
/*optional, string, state of charge: "normal", "lowPower"-low battery*/
"chargeValue": ,
/*optional, int, battery power value which is between 0 and 100*/
"signal": ,
/*optional, int, signal strength, it is between 0 and 255*/
"model": "",
/*optional, string, model*/
"temperature": ,
/*optional, read-only, int, temperature*/
"subSystemList": [1, 2, 3],
/*optional, array, list of linked partitions*/
"isViaRepeater": true,
/*optional, boolean, whether the signal is transmitted via repeater*/
"repeaterName": "test",
/*optional, string, repeater name, the maximum length is 64 bytes, this node is valid when isViaRepeater is true*/
"version": "test",
/*optional, string, 版本号, range:[1,32]*/
"deviceNo": 1
/*optional, int, device No., range:[1,1000]*/
}
}]
}