Skip to content
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

Change state for other button #9

Open
marvin1099 opened this issue Aug 14, 2024 · 3 comments
Open

Change state for other button #9

marvin1099 opened this issue Aug 14, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@marvin1099
Copy link

Describe the feature idea
It would be nice if the state button could change the state of a other button,
so you can have a single button to disable some buttons,
or just swap a few buttons to a other state.

How i imagine this tho work is that a state button can affect the buttons on the same page as it is on,
and it can change the state of other buttons by using a offset to itself.
This could also be done with button nr or using absolute coordinates.
The first approach might have something like [1,1],
this would then result in the button on the bottom right corner of the pressed button to change state.
It would probably wrap to the other side if dragged to the edge.

Tell me what you think about this.

@marvin1099 marvin1099 added the enhancement New feature or request label Aug 14, 2024
@maehne
Copy link

maehne commented Aug 15, 2024

One use case could be to have a couple of buttons representing different scenes, cameras, or audio sources between you would like to switch instead of independently enabling/disabling them.

@marvin1099
Copy link
Author

One use case could be to have a couple of buttons representing different scenes, cameras, or audio sources between you would like to switch instead of independently enabling/disabling them.

Jep, something like that

@Core447 Core447 transferred this issue from StreamController/StreamController Aug 24, 2024
@Core447
Copy link
Member

Core447 commented Aug 24, 2024

I already started adding this a couple of weeks ago, but have a lot of other things going on right now delaying it. I pushed the current state to the change-state-different-input branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

3 participants