Making Fortrezz SSA-01 flash

I have seen several post where people have tried to make the Strobeflash without the alarm

After lost of playing this does the trick:

local alarmID = 34 --Change this to your Alarm Device ID
luup.call_action(“urn:micasaverde-com:serviceId:SecuritySensor1”,“SetArmed”,{ newArmedValue=1},alarmID) – turn alarm on
luup.call_action(“urn:upnp-org:serviceId:Dimming1”, “SetLoadLevelTarget”, {newLoadlevelTarget = 10}, alarmID) – < 25% = Flash

I have used this that when I open any door it flashes if Sensors are armed.

Enjoy
Modify message