JSON_List_Card

List_Card message in JSON format

{
  "List":[{
    "Card":{
      "id": ,  
/*required, integer type, card No., which starts from 1*/
      "enabled": , 
/*required, boolean type, whether to enable card function: "true"-yes, "false"-no*/
      "seq":"", 
/*required, string type, card serial No.*/
      "name":"",
/*optional, string type, card name*/
      "armEnabled": ,
/*optional, boolean type, whether to have arming permission*/
      "disarmEnabled": ,
/*optional, boolean type, whether to have disarming permission*/
      "subSystem": ,
/*optional, array, linked partitions, e.g., [1,2,3] indicates linking to partition 1, partition 2, and partition 3*/
      "cardType":""
/*optional, string, card type: "operateCard"-operation card, "patrolCard"-patrol card*/
    }
  }]
}