Here's what I would like to do.
IF A15 is off, Turn on A15
4 hour delay
IF A15 is on, Turn off A15
I know I could just send the off code too it
again, but what happens if I turn it off,
then 3 hours later turn it back on. Will it
shut off in a hour (first macro finishing up
).
Also is there any way to add a conditional
half way though the macro? So I can do
something like this...
If A15 is on, turn all (room) on
If A14 is on, turn all (room2) on
If A15 is off, turn all (room) off
If A14 is off, turn all (room2) off
All in one macro, so basicaly it would turn
all the lights on or off based upon what what
A14 and A15 is doing.
This is not exactly what I want to do but an
example I pulled off the top of my head,
another quick one would be
Turn A14 on
Wait 4 hours
If A15 is on, Dim A15, Turn A14 off