JSON_List_PassiveInfraredDetector

JSON message about the parameters of all PIR (Passive Infrared) detectors

{
  "List":[{
    "PassiveInfraredDetector": {
      "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","antiPet"-pet immune*/
      "alwaysActiveEnabled":  true,
/*optional, boolean, whether to enable keeping detector working even after disarming*/
      "heartBeatInterval": 12,
/*optional, int, heartbeat interval of the security control panel and the peripheral, unit: second*/
      "triggerNumLimited":  5,	
/*optional, int, limited number of trigger times*/
      "detectorType":  "normal"
/*object, optional, read-only, detector type: "normal" (PIR detector), "ceiling"(PIR ceiling detector)*/
    }
  }]
}