JSON message about the configuration capability of the slim magnetic contact detector
{ "SlimMagneticContactCap": { "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, int, 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] }, "isSupportSignalTest": true, /*optional, boolean, whether it supports signal strength detection; if this node is not returned or the value is false, it indicates that this function is not supported*/ "isSupportZoneTest": true, /*optional, boolean, whether it supports zone detection; if this node is not returned or the value is false, it indicates that this function is not supported*/ "isSupportFindMe": true, /*optional, boolean, whether it supports FindMe detection; if this node is not returned or the value is false, it indicates that this function is not supported*/ "isSupportFinalDoorExit": true /*optional, boolean, whether it supports Final Door Exit function. If Final Door Exit is enabled on a door magnetic contact (a detector), the area will be armed immediately after the magnetic contact detects door opening and door closing. If disabled, the area has to wait until a fixed countdown is over before being armed; if this node is not returned or the value is false, it indicates that this function is not supported*/ } }