JSON_KeypadFaultProcessCfgCap

KeypadFaultProcessCfgCap capability message in JSON format

{
  "KeypadFaultProcessCfgCap":{
    "address":{
/*optional, keypad address*/
      "@opt":[1,2,3]
    }, 
    "JointLED":{
/*optional, keypad indicator output linked with the fault*/
      "tamper":"true,false", 
/*optional, whether it is tampered*/
      "offline":"true,false", 
/*optional, whether it is offline*/
      "lowPower":"true,false", 
/*optional, whether it is low battery*/
      "trigger":"true,false", 
/*optional, whether it is triggered by zone*/
      "power":"true,false", 
/*optional, whether it is power supply fault*/
      "communication":"true,false", 
/*optional, whether it is communication fault*/
      "all":"true,false"
/*optional, all faults. If this node is "true", all faults will trigger keypad indicator output*/
    }, 
    "JointSound":{
/*optional, keypad sound output linked with the fault*/
      "tamper":"true,false", 
/*optional, whether it is tampered*/
      "offline":"true,false", 
/*optional, whether it is offline*/
      "lowPower":"true,false", 
/*optional, whether it is low battery*/
      "trigger":"true,false", 
/*optional, whether it is triggered by zone*/
      "power":"true,false", 
/*optional, whether it is power supply fault*/
      "communication":"true,false", 
/*optional, whether it is communication fault*/
      "all":"true,false"
/*optional, all faults. If this node is "true", all faults will trigger keypad sound output*/
    }
  }
}