Card message in JSON format
{
"Card":{
"status":"",
/*required, string, current status: "processing", "success", "failed"*/
"failedReason":"",
/*optional, string, reason for failure: "repeatAdd" (the keyfob has been added by this or other control panel), this node is valid when status is "failed"*/
"id": ,
/*required, int, card No., which starts from 1*/
"enabled": ,
/*required, boolean, whether to enable card function: "true"-yes, "false"-no*/
"seq":"",
/*required, string, card serial No.*/
"name":"",
/*optional, string, card name*/
"armEnabled": ,
/*optional, boolean, whether to have arming permission*/
"disarmEnabled": ,
/*optional, boolean, 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*/
"relatedNetUserName":"",
/*optional, string, linked network user name*/
"cardType":""
/*optional, string, card type: "operateCard"-operation card, "patrolCard"-patrol card*/
}
}