DSC PC-1832 alarm panel with 4 Wire latching smoke detector

Hi,

As per DSC manual, my 4 wire latching smoke detector is connected to the PGM 2 output, setup with option 3 (Sensor Reset). When in alarm, the smoke detector need to be reset (using the reset button on the keypad) or *72. No PIN required. I need a mecanism to reset the smoke detector.

I have created a manual scene setup as describe below but it does not seemed to work. When executed it says “success” but nothing happen on the DSC panel.

Trigger: Manual
Device: Smoke detector
LUUP code: luup.call_action(“urn:micasaverde-com:serviceId:DSCAlarmPanel1”,
“SendCommand”,
{Command = “071”, Data=“1*72”}, 61)

Any help would be appreciated

Thanks