JSON_FaultCheckParameter

JSON message about the fault detection parameters

{
  "FaultCheckParameter":{
    "systemfaultDetectEnabled": , 
/*optional, boolean, whether to enable system fault report: "true"-yes, "false"-no. If this function is disabled, the system fault report will not be generated and notified*/
    "ipcDetectEnabled": , 
/*optional, boolean, whether to enable network camera offline detection*/
    "batteryDetectionEnabled": , 
/*optional, boolean, whether to enable security control panel storage battery detection*/
    "LANDetectionEnabled": , 
/*optional, boolean, whether to enable wired network fault detection*/
    "WIFIDetectionEnabled": , 
/*optional, boolean, whether to enable Wi-Fi network fault detection*/
    "cellularDetectionEnabled": , 
/*optional, boolean, whether to enable cellular (mobile) network fault detection*/
    "SIMDetectionEnabled": ,
/*optional, boolean, whether to enable SIM card fault detection*/
    "telLineBrokenEnabled": ,
/*optional, boolean, whether to enable telephone line disconnection detection*/
    "RS485AbnormalEnabled": ,
/*optional, boolean, whether to enable RS-485 exception detection*/
    "ACcheckTime": ,
/*optional, integer type, AC detection time*/
    "mainPowerDetectionEnabled":  true,  
/*optional, boolean, whether to enable main power detection*/
  }
}