Allow to ENABLE/DISABLE any step in button #3154
Labels
area/internal
Related to an internal action or function of Companion.
Enhancement
New feature or request
Is this a feature relevant to companion itself, and not a module?
Is there an existing issue for this?
Describe the feature
Assumption:
For each step, I can set whether it is ENABLED/DISABLED.
If it is ENABLED:
The step is executed as always.
If DISABLED:
The step is skipped.
Define a function that allows you to dynamically specify whether a step is executed or not. It is enough to know the address of the button, the number of the step and its desired state.
Usecases
Dynamically change the behavior and number of button steps. In practice, I have one button that calls up advertising slogans. If I had this feature available, I could dynamically change which ad slogans are shown. If the button has only one step, it cannot be disabled. If the button has more than one step, only "x-1" can be deactivated from the total number of "x" steps.
UPDATE:
I realized that this topic also touches on button behavior as per #908. In the case of multiple steps, it is clear that we can activate/deactivate individual steps. If the button only has ONE step, then it's already a problem according to #908.
The text was updated successfully, but these errors were encountered: