JSON_SubSys

SubSys message in JSON format

{
  "SubSys":{
    "id": , 
/*required, integer type, partition No., it starts from 1*/
    "enabled": , 
/*required, boolean type, whether to enable the partition*/
    "linkageZones": ,
/*optional, array, zones linked to the partition*/
    "oneKeyArmEnabled": ,
/*optional, boolean type, whether to enable one-touch arming: "true"-yes, "false"-no*/
    "isPublicSubSys": 
/*optional, boolean, whether the partition is a public partition*/
  }
}