I'm scratching my head on this one, but I think I need to start using variables. Here is what I have and what I want to do:
- Master bathroom has one motion detector and three light switches.
I'd like the following to happen:
- If any of the lights are on, turn them off if the motion detector does not see motion for ten minutes.
What I have now starts the ten minute timer when the motion detector sees no motion, but I need to reset the ten minute timer if the motion detector is activated again. So it's like I need a "goto" statement in the logic flow. As you can see I'm new at this, so thank you for helping!
Wayne