Would it be possible to allow the user to create expandable groupings for the rules and to reorder them? It would be nice to have some structure to the rules for different things. Right now, it's a pain to find what I'm looking for in the rules because I keep adding stuff for various items and there is no organization at all.
Just the ability to create groups that were collapsed, then you click on a "+" sign, and it shows you all of the rules in that group.
Also, if I have two rules:
Are these rules going to be parsed in this order? Or is there a chance that the second rule could be executed first, causing the first rule to not work? I am assuming order matters, and IS enforced.
Just the ability to create groups that were collapsed, then you click on a "+" sign, and it shows you all of the rules in that group.
Code:
- Lighting
- Rule 1
- Rule 2
- HVAC
- Rule 1
- Rule 2
Also, if I have two rules:
Code:
Whenever output 200 turns off
and counter 10 is 2
then do something
Whenever output 200 turns off
then reset counter 10 to zero
Are these rules going to be parsed in this order? Or is there a chance that the second rule could be executed first, causing the first rule to not work? I am assuming order matters, and IS enforced.