XML_Cap_DetectorCfg

DetectorCfg capability message in XML format

<DetectorCfg version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <DetectorParamList>
    <DetectorParam>
      <enabled><!--req, xs: boolean, enable the zone linked detector or not--></enabled>
      <detectorSerialNo min="" max="" opt="0,1,2,3,4,5,6,7,8,9,Q,R,S,T,U,V,W,X,Y,Z">
        <!--req, xs:string, zone linked detector serial No.-->
      </detectorSerialNo>
      <detectorHeartBeatCycle opt="5min,10min,20min,30min,60min,2hour,4hour,6hour,0-none">
        <!--req, xs:string, detector heartbeat period (5min,10min,20min,30min,60min,2hour,4hour,6hour,no heartbeat time)-->
      </detectorHeartBeatCycle>
    </DetectorParam>
  </DetectorParamList>
</DetectorCfg>