JSON_IndoorDualTechnologyDetectorCap

Message about the configuration capability of the indoor dual-technology detector in JSON format.

{
  "IndoorDualTechnologyDetectorCap": {
    "zoneNo": {
/*optional, int, values that can be configured as the zone No.*/
      "@opt":[1,3,5]
    }, 
    "supportZoneType":{
/*optional, string, zone types supported by the peripheral: "Instant"-instant zone, "Delay"-delay zone, "Follow"-follow zone, "Perimeter"-perimeter zone, "24hNoSound"-24-hour silent zone, "Emergency"-panic zone, "Fire"-fire zone, "Gas"-gas zone, "Medical"-medical zone, "Timeout"-timeout zone, "Non-Alarm"-disabled zone, "Key"-key zone, "24hSound"-24-hour annunciating zone. When switching zone type, zone types supported by the peripheral can be obtained*/
      "@opt":["Instant","Delay","Follow"]
    }, 
    "heartBeatInterval":{
/*optional, int, heartbeat interval of the security control panel and the peripheral, unit: second*/
      "@opt":[5,10,20,30]
    }, 
    "LEDEnabled": {
/*optional, boolean, whether to enable the LED indicator*/
      "@opt":[true,false]
    },
    "LEDLatchTime": {
/*optional, boolean, delay time of the LED indicator, unit: second*/
      "@min":0,
      "@max":0
    },
    "findMeEnabled": {
/*optional, boolean, whether to enable the Find Me function*/
      "@opt":[true,false]
    },
    "sensitivityLevel": {
/*optional, string, sensitivity level: "high","auto","antiPet"-pet immune*/
      "@opt":["high","auto","antiPet"]
    }, 
    "checkEnabled":{
/*optional, boolean, whether to enable self-test*/
      "@opt":[true,false]
    }, 
    "alarmLogic": {
/*optional, string, alarm logic: "and","or"*/
      "@opt":["and","or"]
    },
    "distance": {
/*optional, string, adjustment distance: "high","low"*/
      "@opt":["high","low"]
    }
  }
}