Prevent immediate retriggering?

There is a way to "debounce" it. Use setting Private Boolean, first to false, and then with a short delay to true. Use a Restriction of Disable with Private Boolean. This effectively puts the rule to sleep for the duration between when it first runs, and when it sets PB to true again.

1 Like