This object is in archive! 
Turn on 2 lights randomly.
Need Answer
How do i make a rule to turn on 2 lights in randomly order.
For example,
monday light A turn on first and light B second,
tuesday light B turn on first and light A second, and so on.
So it is also possible that light A is 2 or 3 days on a row first
and light B second or reversed.
No connection
Real-time notifications may not work
try this, let me know if it works
try this, let me know if it works
Schedule every day at time you like
put a random number between 1 and 10 into a variable
if variable is <= 5 then first A on and then B on
else first B on and than A on
ready
Schedule every day at time you like
put a random number between 1 and 10 into a variable
if variable is <= 5 then first A on and then B on
else first B on and than A on
ready
Both thanks for your quick response.
I create a rule so i can try this.
Other suggestions or ideas are always welkom.
Both thanks for your quick response.
I create a rule so i can try this.
Other suggestions or ideas are always welkom.
Replies have been locked on this page!