Ok, so I thought I understood the if-then-else logic, but I guess not
I'm trying to write a program that will toggle the light on or off:
if
Status 'office' is not off
then
Set 'office' off
else
Set 'office' on
when I do a run(if) on that program it just goes into an infinite loop!
What am I missing?
Thanks,
Ken