Simple Question - Arming into Stay Mode

Hi,

I’m trying to send the luup command to arm my dsc panel (my device id is 35) into stay mode. Is this the right command? It’s not working for me so I assume no. :frowning:

luup.call_action("urn:micasaverde-com:serviceId:DSCAlarmPanel1", "SendCommand", {Command = "031", Data="1"}, 35)

Thanks in advance!

Here it is if anyone needs the code:

luup.call_action("urn:micasaverde-com:serviceId:AlarmPartition2", "RequestArmMode", { State="Stay", PINCode="0" } , deviceID)