JSON message about the configuration parameters of security control system
{
"Manage":{
"setterEnabled": ,
/*optional, boolean, whether to enable installer configuration, "true, false", if it is not supported, the installer cannot remotely connect to security control panel and program or operate the panel via keypad*/
"wirelessSuperVision": ,
/*optional, boolean, whether to enable wireless peripherals management, "true, false", if it is enabled, you can check the peripherals status via security control panel*/
"zonesfaultArming": ,
/*optional, boolean, whether to enable forbidding arming zone when fault occurred, "true, false". For security radar, normal arming must be enabled first before usage; if enabling normal arming for the zone failed and the device returned error message, then whether to enable forced arming can be configured*/
"systemfaultArming": ,
/*optional, boolean, whether to enable system fault notification, "true, false"*/
"realtimeStatus": ,
/*optional, boolean, whether to upload real-time system status, "true, false"*/
"autoUpgrade": ,
/*optional, boolean, whether to enable auto upgrade, "true, false"*/
"sysVolume": ,
/*optional, int, system volume*/
"disableHostKey": ,
/*optional, boolean, whether to disable the functional keys of security control panel*/
"ipcDetectEnabled": ,
/*optional, boolean, whether supports enabling and configuring offline detection for network camera, "true, false"*/
"batteryDetectionEnabled": ,
/*optional, boolean, whether to enable security control panel battery detection, "true", "false"*/
"wordVoiceEnabled": ,
/*optional, boolean, whether to enable audio prompt: "true"-yes, "false"-no. If audio prompt is disabled, the alarm prompt sound will be played normally*/
"disArmAndClearAlarmVoicePrompt": ,
/*optional, boolean, whether the security control panel plays the audio prompt of the fault once again when disarming or clearing alarms. If this function is disabled, the audio prompt will not be played. This function cannot be configured when the audio prompt is disabled*/
"mandatoryArmEnabled": ,
/*optional, boolean, whether to enable forced arming regardless of the fault: true-yes (if a fault occurs during automatic arming, the system will be armed regardless of the fault), false-no*/
"tamperLinkageAlarmEnabled": ,
/*optional, boolean, whether to enable tampering alarm linkage: true-yes (when any device triggers a tampering alarm, it will link the siren and the security control panel), false-no (when any device triggers the tampering alarm, only the log is uploaded and the siren will not be linked)*/
"oneKeyLockEnabled": ,
/*optional, boolean, whether to enable one-push locking panel (lock the security control panel by pushing the Panel Lockup Button): true-yes (the security control panel does not process any peripheral events, does not record or upload any event reports, does not record any logs, does not support any audio or voice function, and does not support any arming or disarming operation), false-no (functions mentioned above are normal)*/
"jammingSensitivity": "high",
/*optional, string, jamming sensitivity: "high" (default), "low", "close"*/
"UKLocalCertificationEnabled": true,
/*optional, boolean, whether to enable UK local certification*/
"ATPFaultSendDelayTime": 1800,
/*optional, int, the delay time of reporting ATP malfunction to ARC, unit: second*/
"faultIndicatorEnabled": true,
/*optional, boolean, whether to enable malfunction indicator light*/
"ezvizIndicatorEnabled": true,
/*optional, boolean, whether to enable EZVIZ indicator light*/
"motionDetectorRestore": "off",
/*optional, enum, types of restoring events to be uploaded: "off", "alarmRestore"(arming restoring event), "disarmRestore" (disarming restoring event)*/
"voicePromotType": {
/*optional, object, voice prompt types, this node is valid when the value of wordVoiceEnabled is true*/
"armingPromot": true,
/*optional, boolean, whether to enable voice prompt in the process of arming*/
"armedPromot": true,
/*optional, boolean, whether to enable voice prompt when it is armed*/
"disarmedPromot": true,
/*optional, boolean, whether to enable voice prompt when it is disarmed*/
"alarmPromot": true
/*optional, boolean, whether to enable voice prompt for alarm*/
},
"armIndicatorLightAlwaysOnEnabled": true,
/*optional, boolean, whether it supports enabling keeping arming indicator light always on*/
"energySavingMode": true,
/*optional, boolean, whether to enable energy saving mode*/
"tamperDetectionEnabled": true,
/*optional, boolean, whether to enable tampering detection, which will also take effect after the installer logs in the device*/
"chimeEnabled": false,
/*optional, boolean, whether to enable doorbell, the keypad can make sound only when the value of this node is true and doorbell function is enabled for the zone*/
"tamperRestoreTime": 1
/*optional, int, tampering restore time, range:[1,86400]*/
}
}