JSON_PassiveInfraredDetector

JSON message about the PIR (Passive Infrared) detector parameters of a specific zone

{
  "PassiveInfraredDetector": {
    "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)*/
  }
}