Hello,
I have installed two 8 button Insteon Keypadlincs (2486DWH8) and have configured them to work with my Vera.
I would like the Vera to light up button #3 on the keypad when a scene is triggered via timer.
Does anyone know of a Luup code to do this?
Thanks!
EDIT
Just wanted to add that I know how to turn on/off a regular switch using:
luup.call_action(“urn:upnp-org:serviceId:SwitchPower1”,“SetTarget”,{ newTargetValue=“1” },5)
where the device number is 5.
But when looking in the XML file for SceneControllers, I could not determine how to turn on just a single button number.