Enable or Disable Sets of Rules

Is there a way to enable or disable a set of rules at the same time? For example, I have about 15 rules that all deal with Water Management. I have about 75 rules that deal with Ventilation. If something goes wrong, like a linked service goes down (happens to Total Connect Comfort frequently), keeping all the rules enabled creates havoc, so I have to disable all 75 of these rules one by one in order to troubleshoot. It would be really helpful if I knew how to group all of my Ventilation rules, for example, and disable or enable them all at once, so I’m hoping there is a way to do that.

There isn’t a ‘bulk update’ or ‘bulk disable’ type of concept in the UI, but if you have a subset of rules that often need to be disabled together, one approach would be to create a Variable and then use an IF Condition at the top-level of the rule to basically do nothing if your variable was flagged accordingly.

(Note that currently you can’t drag-and-drop from outside a condition to inside a condition, so it would require some recreation of those various rules to nest the existing logic into the condition)