JSON_List_SubSys

List_SubSys message in JSON format

{
  "List":[{
    "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*/
      "isPublicSubSys": 
/*optional, boolean, whether the partition is a public partition*/
    }
  }]
}