JSON_DeviceTimeCap

DeviceTimeCap capability message in JSON format

{
  "DeviceTimeCap":{
    "permeterDelayTime":{
/*optional, delay time of perimeter alarm, unit: second*/
      "@min":5, 
      "@max":600
    }, 
    "sounderTime":{
/*optional, alarm sound duration of the alarm linkage system, unit: second*/
      "@min":5, 
      "@max":600
    }
  }
}