Thanks for the replies. Just to clarify, I want one of the non-load buttons (A, B, C or D) to light up when the garage door sensor is off and to go off when it is "on". I also want another button to light up when downstairs lights are on so I can hit that button to turn them off from upstairs. Then I want that button's LED light to turn off.
Here is some code....
IF
From Sunset
To Sunrise (next day)
And Status 'Garage / 3D.E4.0D-Sensor' is Off
Then
Set 'Outside / House Front (load)' On
Set 'Main Floor / Kitchen Garage Key' On 5 / Off 0 (Backlight Level)
Else
Set 'Outside / House Front (load)' Off
Set 'Main Floor / Kitchen Garage Key' On 0 / Off 0 (Backlight Level)
I dont really understand the On/Off backlight levels. Can you suggest the correct code to use. Many thanks.