homebridge-udmx

0.0.3 • Public • Published

homebridge-udmx

Anyma uDMX plugin for homebridge to control RGB and W LEDs via DMX protocol.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install homebridge-udmx using: npm install -g homebridge-udmx
  3. 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
    }

Readme

Keywords

Package Sidebar

Install

npm i homebridge-udmx

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

11.1 kB

Total Files

4

Last publish

Collaborators

  • piets