A Bitfocus Companion module for Dashmaster 2k.
Control your Dashmaster 2k dashboards and devices from any Companion-supported surface:
- Switch which dashboard a device displays
- Rotate a device (0° / 90° / 180° / 270°)
- Trigger the on-screen "Identify" overlay
- Refresh the cached device / dashboard lists
- Generic HTTP fallback for any future endpoint
See companion/HELP.md for setup, actions, presets, and variables.
Wraps the Dashmaster 2k public HTTP API documented at https://dashmaster2k.com/docs/api/. Generate an API token at https://app.dashmaster2k.com/api.
yarn install
yarn package # builds pkg/dashmaster-2k-<version>.tgzTo run from source inside a local Companion instance, add this folder as a developer module path in Companion's settings. To run from the packaged .tgz, create an empty DEBUG-PACKAGED file in the module root and Companion will load pkg/ instead of src/.
MIT