I have a wall switch module controlling five bulbs; the switch is configured with only "one press", it means the first press should turn lights on, the second off.
I created a trigger like this:
Code: Select all
if switch goes ON
turn on bulbs with some brightness/temperature
Am I missing anything?
Thanks
Marco