JSON_CardReader

JSON message about the parameters of a card reader

{
  "CardReader":{
    "status":"", 
/*required, string, current status: "processing", "success", "failed"*/
    "enabled": ,
/*optional, boolean, whether to enable the card reader*/
    "id": , 
/*optional, integer type, card reader No., it starts from 1*/
    "related": , 
/*required, boolean type, whether to link to the physical card reader. For PUT method, this node is optional; for GET method, this node is required*/
    "seq":"", 
/*optional, string type, card reader serial No., this node is required when related is "true"*/
    "name":"", 
/*optional, string type, card reader name*/
    "subSystem": , 
/*optional, array, partition No. range, e.g., [1,2.3] indicates linking to partition 1, partition 2, and partition 3*/
    "buzzerEnabled": , 
/*optional, boolean type, whether to enable the buzzer: "true"-yes, "false"-no*/
    "checkTime": ,
/*optional, integer type, offline time, unit: hour*/
    "LEDEnabled": ,
/*optional, boolean, whether to enable the LED indicator*/
    "heartBeatInterval": ,
/*optional, int, heartbeat interval of the security control panel and the peripheral, unit: second*/
    "operationMode":  "simple"
/*optional, object, operation mode: "simple", "standard"*/
  }
}