Message about the parameters of all curtain PIR (Passive Infrared) detectors in JSON format.
{ "List":[{ "CurtainInfraredDetector": { "zoneNo": , /*optional, int, values that can be configured as the zone No.*/ "LEDEnabled": , /*optional, boolean, whether to enable the LED indicator*/ "LEDLatchTime": , /*optional, int, delay time of the LED indicator, unit: second*/ "heartBeatInterval": , /*optional, int, heartbeat interval of the security control panel and the peripheral, unit: second*/ "alwaysActiveEnabled": true, /*optional, object, whether to keep the detector enabled when the zone is disarmed*/ "triggerNumLimited": 5, /*optional, object, alarm triggering times*/ "curtainDetectorType": "CurtainInfrared", /*optional, object, curtain detector type: "CurtainInfrared" (IR curtain detector), "R3PIRCurtain" (R3 PIR curtain detector), "R3DTAMCurtain" (R3 DTAM curtain detector)*/ "directionIdentification": "LeftToRight", /*optional, object, direction identification: "LeftToRight", "RightToLeft", "Off". By default, it is "Off"*/ "microwaveSensitivity": 5, /*optional, object, microwave sensitivity: 5, 8, 10. Unit: meter, by default, it is 10 meters*/ "antiMaskingEnabled": true, /*optional, object, whether to enable anti-masking, by default, it is enabled*/ "AMPulseInterval": 5 /*optional, object, AM pulse interval: 5, 30, 60, 120. Unit: second*/ } }] }