DetectorCfg message in XML format
<DetectorCfg version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema"> <ZoneCondList/> <!--opt, up to 64 conditions are allowed. When getting, this node will be the input parameter, and no need for the device to return this part--> <DetectorParamList><!--up to 64--> <DetectorParam> <id><!--req, xs:string, zone No.--></id> <enabled> <!--opt, xs: boolean, enable the zone linked detector or not--> </enabled> <detectorSerialNo> <!--opt, xs:string, zone linked detector serial No.--> </detectorSerialNo> <detectorWorkMode> <!--req, xs:string, detector working mode, including normal mode, sleeping mode, pacing mode. --> </detectorWorkMode> <detectorHeartBeatCycle> <!--req, xs:string, detector heartbeat period (5 minutes, 10 minutes, 20 minutes, 30 minutes, 60 minutes, no heartbeat time) --> </detectorHeartBeatCycle> </DetectorParam> </ DetectorParamList> </DetectorCfg>