1.0.1 • Published 6 years ago

homebridge-led-controller v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Homebridge LED Controller

An LED light strip accessory for the Homebridge project. This accessory is tailored for running on an ESP8266 with a LED strip.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-led-controller
  3. Update your configuration file. See the sample below.

Updating

To update, run npm update -g homebridge-led-controller

Configuration

Bare minimum configuration:

"accessories": [
  {
    "accessory": "led-controller",
    "name": "TV Lights",
    "hostname": "10.0.0.4"
  }
]

Optional configuration:

"accessories": [
  {
    "accessory": "led-controller",
    "name": "TV Lights",
    "hostname": "10.0.0.4",
    "manufacturer": "Bob Ross",
    "model": "Happy LEDs",
    "serial": "123-456-789"
  }
]

License

Published under the MIT License.

1.0.1

6 years ago

1.0.0

6 years ago