You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Is this a feature relevant to companion itself, and not a module?
Is there an existing issue for this?
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}
The text was updated successfully, but these errors were encountered: