JSON_IndoorDualTechnologyDetector

Message about the parameters of the indoor dual-technology detector of a specific zone in JSON format.

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