JSON message about partition information list
{
"SubSysList":[{
/*required, partition list*/
"SubSys":{
/*optional, partition, it can be set to NULL if partitions are not needed*/
"id": ,
/*required, int, partition No., which starts from 1*/
"armType":"",
/*required, string, partition arming type: "stay"-stay arming, "away"-away arming. This node is only valid for arming partitions in a batch*/
"arming":"",
/*optional, string, partition arming/disarming status, "stay"-stay arming, "away"-away arming, "disarm"-disarmed, "arming"*/
"alarm": ,
/*optional, boolean, whether the partition alarm is triggered: true, false*/
"preventFaultArm": ,
/*optional, boolean, whether to prevent fault arming: true, false*/
"enabled": ,
/*optional, boolean, whether to enable the partition*/
"name":"",
/*optional, string, partition name*/
"moduleOperateCode": "12345",
/*optional, string, module operation code, which should be encrypted*/
"delayTime": 1
/*optional, int, maximum remaining delay time of the delay zones in the current partition, unit:s; this node is valid when the value of the node arming is "stay" or "away"*/
}
}]
}