JSON_List_IndoorDualTechnologyDetector

Message about the parameters of all indoor dual-technology detectors in JSON format.

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