diff --git a/Sequence.md b/Sequence.md new file mode 100644 index 0000000..14a8298 --- /dev/null +++ b/Sequence.md @@ -0,0 +1,11 @@ +The "Sequence" action will allow you to sequentially perform the actions of one macro in a list of macros. + +![Capture](https://github.com/WarmUpTill/SceneSwitcher/assets/19472752/d4ad19ab-e354-470d-81a5-7832aa66b1e3) + +You can add macros to be executed at (1). +The macros can be reordered at (2) and you can mark which item to continue with next for testing purposes. +By default the sequence action will continue with the first macro in the list once it reaches the end of the list. +If you want to instead continue to run the last macro in the list you can uncheck the checkbox at (3). +The macro which will be executed next will be displayed at (4). + +