Hey great, thank you.
What I've done in ISY to use this is:
If
$VerState is 1
And (
Control 'Mx_Drive.Sensor' is switched On
Or Control 'Mx_Ver.Sensor' is switched On
Or Control 'KP_VerLite.LD' is switched On
)
Then
Set 'KP_VerLite.LD' On
Wait 45 seconds
Set 'KP_VerLite.LD' Off
Else
- No Actions - (To add one, press 'Action')
It seems to work the way I intended in that motion on any sensor will reset the timer. I have noted though that I cannot monitor the motion sensors in the devices pane. Instead I've created little diagnostic programs to see that the sensors are actually functioning and communicating.
If
Control 'Mx_Drive.Sensor' is switched On
Then
$MxDrive = 9
Wait 5 seconds
$MxDrive = 0
Else
- No Actions - (To add one, press 'Action')
Am I doing something in a way that will cause grief later on?
Thanks again for your help.
Dwayne A