Socket
Send a TCP or UDP command to a device.
Connection
- Host: The hostname to send the command to.
- Port: The port to send the command to.
- Protocol: The protocol to use. Specify either TCP or UDP.
Command
The command to send.
Advanced
- Append Newline: Append a newline character after the command string. Required on some systems.
- Append Blank Line: Append blank line at the end of the command. Required on some systems.
- Line Ending: Choose between LF and CRLF
Example
Bitfocus Companion does not expose a way to change the page on a surface via HTTP or OSC, but it does over TCP or UDP.
- Port: 16759
- Protocol: TCP
- Command
SURFACE PAGE-SET [object Object]
- Append Newline: true
- Append Blank Line: false
- Line Ending: LF
- Action Variables
- surface: the unique identifier of your surface
- page: 1. This variable will be overridden in the Phrase Action Editor.
Phrase Template
Go to Companion page {{number}}
Now you will be able to change your Companion page on your connected Stream Decks using your voice. No more pressing the up button 99 times to get to page 99!