homebridge-udmx
v0.0.3
Published
Anyma uDMX plugin for homebridge to control RGB and W LEDs via DMX protocol.
Downloads
2
Readme
homebridge-udmx
Anyma uDMX plugin for homebridge to control RGB and W LEDs via DMX protocol.
Installation
- Install homebridge using:
npm install -g homebridge
- Install homebridge-udmx using:
npm install -g homebridge-udmx
- Update your configuration file. See below for examples.
Example Configuration
{
"accessory": "uDMX",
"name": "RGB Strip",
"channel": 1,
"rgb": true,
"disco": true
},
{
"accessory": "uDMX",
"name": "White Strip",
"channel": 4,
"rgb": false,
"disco": false
}