Updated FAQ (markdown)

WarmUpTill 2024-03-17 19:21:16 +01:00
parent ecf6c155ce
commit 41ffababde

14
FAQ.md

@ -43,6 +43,20 @@
</details>
<details>
<summary>In which order are macros executed?</summary>
***
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`.
***
</details>
<details>
<summary>In which order are macro conditions evaluated?</summary>