JSON_List_GlassBreakDetector

JSON message about parameters of all composite PIR (Passive Infrared) glass-break detectors

{
  "List":[{
    "GlassBreakDetector":{
      "zoneNo": , 
/*optional, int, zone No. which starts from 0*/
      "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*/
    }
  }]
}