JSON_SendARC

SendARC message in JSON format

{
  "SendARC":{
    "alarmTamperEnabled": , 
/*optional, boolean type, whether to enable alarm and tampering event notification: "true"-yes, "false"-no*/
    "lifeSecurityEnabled": , 
/*optional, boolean type, whether to enable life security event notification: "true"-yes, "false"-no*/
    "systemStatusEnabled": , 
/*optional, boolean type, whether to enable system status event notification: "true"-yes, "false"-no*/
    "operateEventEnabled": ,
/*optional, boolean type, 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*/
  }
}