https://github.com/dmxcontrol/companion-module-dmxcontrolprojects-dmxcontrol3
https://github.com/dmxcontrol/companion-module-dmxcontrolprojects-dmxcontrol3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmxcontrol/companion-module-dmxcontrolprojects-dmxcontrol3
- Owner: DMXControl
- License: mit
- Created: 2023-10-28T16:45:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-29T22:03:21.000Z (about 1 year ago)
- Last Synced: 2025-05-29T22:38:21.067Z (about 1 year ago)
- Language: TypeScript
- Size: 520 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# companion-module-dmxcontrolprojects-dmxcontrol3
This repository provides a Bitfocus Companion module for [DMXControl 3](https://dmxcontrol.de/), a free lighting control software. This module enables integration of DMXControl 3 functionality with Bitfocus Companion, allowing remote control of executers and macros.
> Note: This module only supports DMXControl 3 versions 3.3 and above!
## Installation and Build
1. Clone this repository:
```bash
git clone https://github.com/bitfocus/companion-module-dmxcontrolprojects-dmxcontrol3.git
cd companion-module-dmxcontrolprojects-dmxcontrol3
```
2. Install dependencies using Yarn:
```bash
yarn install
```
3. Build the module:
```bash
yarn build
# To package the module use "yarn package"
```
See [HELP.md](./companion/HELP.md) and [LICENSE](./LICENSE)