JSON_SendARCList

SendARCList message in JSON format

{
  "SendARCList":[{
    "SendARC":{
      "id": , 
/*required, integer, alarm receiving center No.*/
      "alarmTamperEnabled": , 
/*optional, boolean, whether to enable alarm and tampering event notification: "true"-yes, "false"-no*/
      "lifeSecurityEnabled": , 
/*optional, boolean, whether to enable life security event notification: "true"-yes, "false"-no*/
      "systemStatusEnabled": , 
/*optional, boolean, whether to enable system status event notification: "true"-yes, "false"-no*/
      "operateEventEnabled": ,
/*optional, boolean, whether to enable operation event notification: "true"-yes, "false"-no*/
      "zoneAlarmTamperEnabled": , 
/*optional, boolean, whether to enable alarm and tampering event notification of the supported zone: "true"-yes, "false"-no*/
      "exDevTamperEventEnabled": , 
/*optional, boolean, whether to enable peripheral tampering alarm notification: "true"-yes, "false"-no*/
      "hostTamperEventEnabled": , 
/*optional, boolean, whether to enable tampering alarm notification of security control panel: "true"-yes, "false"-no*/
      "emergencyEventEnabled": , 
/*optional, boolean, whether to enable panic alarm notification: "true"-yes, "false"-no*/
      "medicalEventEnabled": , 
/*optional, boolean, whether to enable medical alarm notification: "true"-yes, "false"-no*/
      "gasEventEnabled": , 
/*optional, boolean, whether to enable gas alarm notification: "true"-yes, "false"-no*/
      "fireEventEnabled": , 
/*optional, boolean, whether to enable fire alarm notification: "true"-yes, "false"-no*/
      "hostStatusEventEnabled": , 
/*optional, boolean, whether to enable notification of security control panel status: "true"-yes, "false"-no*/
      "exDevStatusEventEnabled": , 
/*optional, boolean, whether to enable peripheral status notification: "true"-yes, "false"-no*/
      "detectorStatusEventEnabled": ,
/*optional, boolean, whether to enable detector status notification: "true"-yes, "false"-no*/
      "intelligentAlarmEnable":
/*optional, boolean, whether to enable smart alarm notification: "true"-yes, "false"-no*/
    }
  }]
}