Hi,
Just started to get into the fun programming of my new ISY99 and ran into a problem when setting a variable after a WAIT command. If I do it sequentially, the second setting works, but if i insert a WAIT, it never gets to it. Is this a bug? In general, I am looking for a good light/motion program to reset itself for a dining room.
If
Elk Zone 'Dining Motion' is Violated
And $Dining_Motion <= 1
Then
$Dining_Motion = 2
Wait 4 seconds
$Dining_Motion -= 1
Else
- No Actions - (To add one, press 'Action')
Thanks,
Steve