I have 2 floor lights.
At 22:00 they are dimming to 30%.
Some times only 1 light is on. So at 22:00 only that light needs to dim to 30%. The other light needs to stay off.
So this is how it supposed to be:
- trigger: at 22:00
- condition 1: if the left light is on
- action: dim the left light to 30%
Continue to check the other light <- this is where I need help :)
- condition 2: if the right light is on
- action: dim the right light to 30%