Right now it is possible to use a program's status as a condition in another program. eg.
If
Program 'Test Program' is True
Then
- No Actions - (To add one, press 'Action')
Else
- No Actions - (To add one, press 'Action')
What I'd like to be able to do is trigger when a program's status changes, ie when it becomes true or false. What I have is a program that tracks the status of an X10 device and I'd like to trigger only when that device's status changes. As it stands now, if I trigger on program status, potentially I will retrigger over and over until the status changes again. My work around is simple: trigger on X10 received but I think that linking to a tracked status would be more elegant.
-David