JSON_FaultCheckParameterCap

JSON message about the configuration capability of fault detection

{
  "FaultCheckParameterCap":{
    "systemfaultDetectEnabled":"true,false",
/*optional, boolean type, whether to support enabling system fault report*/
    "ipcDetectEnabled":"true,false",
/*optional, boolean type, whether to support enabling network camera offline detection*/
    "batteryDetectionEnabled":"true,false", 
/*optional, boolean type, whether to enable security control panel storage battery detection*/
    "LANDetectionEnabled":"true,false", 
/*optional, boolean type, whether to enable wired network fault detection*/
    "WIFIDetectionEnabled":"true,false", 
/*optional, boolean type, whether to enable Wi-Fi network fault detection*/
    "cellularDetectionEnabled":"true,false", 
/*optional, boolean type, whether to enable cellular (mobile) network fault detection*/
    "SIMDetectionEnabled":"true,false",
/*optional, boolean type, whether to enable SIM card fault detection*/
    "telLineBrokenEnabled":"true,false",
/*optional, boolean type, whether to enable telephone line disconnection detection*/
    "RS485AbnormalEnabled":"true,false",
/*optional, boolean type, whether to enable RS-485 exception detection*/
    "ACcheckTime":{
/*optional, detection time when the AC is powered off, unit: second*/
      "@min":0,
      "@max":3600
    },
    "mainPowerDetectionEnabled": {  
/*optional, object, whether to enable main power detection*/
      "@opt": [true, false]
    }
  }
}