JSON_KeypadFaultProcessCfg

KeypadFaultProcessCfg message in JSON format

{
  "KeypadFaultProcessCfg":{
    "JointLED":{
/*optional, keypad indicator output linked with the fault*/
      "tamper": , 
/*optional, boolean type, whether it is tampered*/
      "offline": , 
/*optional, boolean type, whether it is offline*/
      "lowPower": , 
/*optional, boolean type, whether it is low battery*/
      "trigger": , 
/*optional, boolean type, whether it is triggered by zone*/
      "power": , 
/*optional, boolean type, whether it is power supply fault*/
      "communication": , 
/*optional, boolean type, whether it is communication fault*/
      "all": 
/*optional, boolean type, all faults. If this node is "true", all faults will trigger keypad indicator output*/
    }, 
    "JointSound":{
/*optional, keypad sound output linked with the fault*/
      "tamper": , 
/*optional, boolean type, whether it is tampered*/
      "offline": , 
/*optional, boolean type, whether it is offline*/
      "lowPower": , 
/*optional, boolean type, whether it is low battery*/
      "trigger": , 
/*optional, boolean type, whether it is triggered by zone*/
      "power": , 
/*optional, boolean type, whether it is power supply fault*/
      "communication": , 
/*optional, boolean type, whether it is communication fault*/
      "all": 
/*optional, boolean type, all faults. If this node is "true", all faults will trigger keypad sound output*/
    }
  }
}