I'm not sure on how to do this:
Set several rgb bulbs to on, red, and 25% when in sleep mode then return them to there previous states when not in sleep mode.
I'm not sure on how to do this:
Set several rgb bulbs to on, red, and 25% when in sleep mode then return them to there previous states when not in sleep mode.
You could have a rule where:
The trigger is Mode: Sleep
The Actions are:
Capture Devices for all the bulbs
Set the bulbs to red and at 25%
Then add a wait for mode is not Sleep
Restore Devices
Note that if one or some of of the bulbs was on when this was activated, it will burn back on when the device is restored, so you could add an « off » command at the end for all the bulbs, just to be sure…