JSON_GlassBreakDetector

JSON message about parameters of a composite PIR (Passive Infrared) glass-break detector

{
  "GlassBreakDetector":{
    "LEDEnabled": , 
/*optional, boolean, whether to enable the LED indicator*/
    "LEDLatchTime": , 
/*optional, int, delay time of the LED indicator, unit: second*/
    "findMeEnabled": , 
/*optional, boolean, whether to enable the Fine Me function*/
    "sensitivityLevel":"", 
/*optional, string, sensitivity level: "high", "auto"-automatic, "antiPet"-pet immune*/
    "checkEnabled": , 
/*optional, boolean, whether to enable self-test: true-yes, false-no*/
    "distance": , 
/*optional, int, distance, unit: meter*/
    "alarmLogic":"", 
/*optional, string, alarm logic: "and", "or"*/
    "heartBeatInterval": 
/*optional, int, heartbeat interval of the security control panel and the peripheral, unit: second*/
  }
}