Constraints under triggers or under constraints, what is the difference?
-
Need to ask, have thougth about this since the move from Rector to MSR I think.
What is the difference between putting constraints under trigger groups, like this
Compared to this similar rule, but the time limits is under contraints instead?
I think the Constraints parts in manual is still to be done because I can only find in the chapter menu, but it is not mentioned anywhere else.
-
Need to ask, have thougth about this since the move from Rector to MSR I think.
What is the difference between putting constraints under trigger groups, like this
Compared to this similar rule, but the time limits is under contraints instead?
I think the Constraints parts in manual is still to be done because I can only find in the chapter menu, but it is not mentioned anywhere else.
-
@andr My understanding is that there is no difference - it's just like flavors; do what you prefer. Use the one that makes most sense for you.
/Fanan@fanan there's a big difference.
Rule with two conditions: switch turned on, time between sunrise and sunset.
If both are triggers, any time both become true, the rule sets. So, if the switch is on but it's 2am, not set. When sunrise arrives, rule sets.
If sunrise/sunset is a constraint, the rule only sets when the switch changes state to on between sunrise and sunset. If the switch is on at 2am, not set. When sunrise comes and goes, the rule remains not set.