A Companion module for controlling Pixelhue Switcher devices.
Provides actions, feedbacks, and presets for seamless integration with your broadcast workflow.
See HELP.md, CHANGELOG and LICENSE
- Connect to Pixelhue Switcher devices
- Control screens, layers, presets, swap, freeze, FTB, and more
- Real-time feedbacks for device state
- Customizable actions and dropdowns
- Layer and screen selection with dynamic updates
- Clone this repository:
git clone https://github.com/bitfocus/companion-module-pixelhue-switcher.git
- Install dependencies:
npm install
- Build the module:
npm run build
- Add the module to Companion.
- Configure your Pixelhue Switcher device IP in the module settings.
- Use the provided actions to control your device.
- Feedbacks update in real-time based on device state.
- TypeScript codebase
- Uses got for HTTP requests
- See
src/for main logic