You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/rules.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ openHAB can send a notification to your phone.
21
21
Other systems may have a concept of _Automations_, _Tasks_, and other terms.
22
22
In openHAB, rules are used to implement all of these concepts.
23
23
24
+
The execution of one and the same rule does not happen in parallel. If a rule is triggered for execution, while the rule is currently run, it will be queued and run later.
25
+
There is no need to program protections against race conditions.
26
+
24
27
## Parts of a Rule
25
28
26
29
These rules take the high level form of _When \_\_t\_\_ happens, if \_\_c\_\_ then do \_\_a\_\__,
0 commit comments