Is there a way to reset a slew of rule machine local variables? I have about 15 different rules that announce to open or close a door or window based on certain conditions. The trigger is based off motion and typically has a few restrictions. I created a custom local variable booleon, "run recently" that gets set to true after the announcement occurs. Then after a period of time it is set back to false. That way the action only runs if it wasnt run recently.
What i am finding is that occasionally the "run recently" variable gets set to true after a network outage or hub reset, even though it wasnt run recently. Or rather, the timer got interrupted before it was able to set itself back to false. Is there a way i can create a rule that i can manually run, or run at a specific time, to reset those custom variables back to their desired default of "false?"
Id rather not go through all my rules and re-code them to use the default private booleon which seems like the only local variable i can reset from a seperate rule machine rule. Even though "set variable" seems to be an optional action in rule machine i dont see set local variable. Seems private booleon is the only one i can set from an outside rule? Or am i missing something?
PS im new here. Just switched over from smartthings about a week and a half ago.
Any help would be appreciated!