I'm trying to create a toggle macro -- I want the same trigger to turn a light on if it's off or off if it's on.
Simple enough in my old TimeCommander (which died recently after many years of use):
If
(XSEQ O-4 O-ON) Received within 4 seconds
Then
If
(K-4) is ON
Then
(K-4) OFF
Else
(K-4 ON
End
That's pretty obvious -- Doing this in Active Home seems to be quite a challenge:
I have the 1st Macro "Study Lites Toggle: with Trigger O4 ON:
Trigger Conditions O4 On and
Module Status Off - Study Lites
End Trigger Conditions
Turn Study Lites ON
And the 2nd "Else" Macro "Study Lites Toggle 2" with Trigger O4 ON:
Trigger Conditions O4 On and
Module Status On - Study Lites
End Trigger Conditions
Turn Study Lites OFF
If I send the trigger O4 ON with the module Study Lites K4 On, nothing happens
If I send the trigger O4 ON with the module Off, it responds properly by turning the module On
What am I missing?