-
-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Action: Manual Trigger Event #3085
Comments
I do something like this with a variable like 'SysON'. |
This is an excellent idea of how to do this. Definitely going to implement. |
It seems like we could use some sort of callable action groups. In my home automation software they are called scripts/blueprints. The idea is a set of actions that can be called by any button or trigger. An advanced implementation could even allow variables to be passed into the group at runtime for tweaking things such as delay times, video source numbers, etc. |
This is exactly what I have been thinking (also inspired by home assistant). |
According to the scripts/blueprints I once again want to mention #2387. |
Is this a feature relevant to companion itself, and not a module?
Is there an existing issue for this?
Describe the feature
Make a new action that could manually fire trigger actions. In other words, make it possible to create a button that can manually fire trigger events. As of now, I'm having to make a button with all of the actions and then have the trigger press and release this button. But what is lost in this method is being able to quickly see what the trigger is doing. If the trigger could be the actual source of all the actions and a button press or release or something could be the event, that would be cleaner for my use cases.
Usecases
Make a trigger than turns everything on and does so at a set time every week. Make a button that if someone needed to turn things on manually, they could press and it fire the same actions.
The text was updated successfully, but these errors were encountered: