So as you can probably make out from the screenshot I'm trying to make it so if the curtain closes and the window is still open, then I want it to repeat until it's closed. It only does it the once.
How can I implement this?
So as you can probably make out from the screenshot I'm trying to make it so if the curtain closes and the window is still open, then I want it to repeat until it's closed. It only does it the once.
How can I implement this?
Here is an example of a rule I use to notify me of my garage door being open.
Not exactly what you need but it should show you how to use a repeat.
In this rule if garage door is left open for 30 minutes it will send reminders 4 times every 30 minutes, or until the door is closed.
You'll notice in @terminal3's excellent example the Repeat is followed by an END-REP and everything between the two is repeated...