JSON_AccessModuleAddTypeCap

JSON message about the information of zone, relay, or siren

{
  "type": {  
/*required, object, type*/
    "@opt": ["zone", "relay", "siren"]  
/*optional, array of string*/
  },
  "zoneChannelID": {  
/*optional, object, zone channel ID*/
    "@opt": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]  
/*optional, array of int*/
  },
  "relayChannelID": {  
/*optional, object, relay channel ID*/
    "@opt": [1, 2]  
/*optional, array of int*/
  },
  "id": {  
/*ro, req, object, the returned zone/peripheral ID*/
    "@min":  1,  
/*optional, int, the minimum value*/
    "@max":  96  
/*optional, int, the maximum value*/
  },
  "wiredDetectorType": {  
/*optional, object, wired detector type*/
    "@opt": ["dualTechnologyPirDetector", "tripleTechnologyPirDetector", "glassBreakDetector", "activeInfraredDetector", "passiveInfraredDetector", "magneticContact", "panicButton", "waterLeakDetector", "humidityDetector", "temperatureDetector", "smokeDetector", "combustibleGasDetector", "vibrationDetector", "other", "tamperDetector"]  
/*optional, array of string*/
  }
}