diff --git a/FAQ.md b/FAQ.md index 56c0331..845c304 100644 --- a/FAQ.md +++ b/FAQ.md @@ -43,6 +43,20 @@ +
+ In which order are macros executed? + + *** + The macros are executed from the top to the bottom of the macro list. +So assuming you have the following macros set up and all their conditions are met ... + +![image](https://github.com/WarmUpTill/SceneSwitcher/assets/19472752/cabc4e33-802e-4063-a802-79d88ced24a5) + +... first the actions of `Macro 1` would be executed, followed by `Macro 2`, and finally `Macro 3`. + *** + +
+
In which order are macro conditions evaluated?