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

Press/release button feedback from standard TCP connection. #3195

Open
2 tasks done
carmino2k opened this issue Jan 3, 2025 · 0 comments
Open
2 tasks done

Press/release button feedback from standard TCP connection. #3195

carmino2k opened this issue Jan 3, 2025 · 0 comments
Labels
area/protocol Enhancement New feature or request

Comments

@carmino2k
Copy link

Is this a feature relevant to companion itself, and not a module?

  • I believe this to be a feature for companion, not a module

Is there an existing issue for this?

  • I have searched the existing issues

Describe the feature

Hi all, I would need to get feedback on pressing and releasing a button directly through the default TCP connection on port 16759. Currently whenever a button is pressed, companion responds on port 16759 the coordinates of the button but does not specify whether it is pressed or released.
I would like to avoid enabling additional modules in companion (e.g., “Generic TCP Request”) because I need to handle everything from one connection.
Thanks

Usecases

on standard TCP connection on port 16759 I would like to receive response:

{"type":"bank_bg_change","page":1,"row":0,"column":1,"bank":2,"red":0,"green":102,"blue":0, pressed}
{"type":"bank_bg_change","page":1,"row":0,"column":1,"bank":2,"red":0,"green":102,"blue":0, released}

@Julusian Julusian added Enhancement New feature or request area/protocol labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/protocol Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants