0.1.2 • Published 7 years ago

homebridge-ibelight v0.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Homebridge-iBeLight

homebridge-plugin RGB Styles iBeLight control with Apple-Homekit.

#Installation Follow the instruction in NPM for the homebridge server installation. The plugin is published through NPM and should be installed "globally" by typing:

sudo npm install -g Homebridge-ibelight

#Configuration

config.json

Example:

{
  "bridge": {
      "name": "Homebridge",
      "username": "CC:22:3D:E3:CE:51",
      "port": 51826,
      "pin": "031-45-154"
  },
  "description": "This is an example configuration file for homebridge ibelight plugin",
  "hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration",
  "accessories": [
    {
        "accessory": "iBeLight",
        "name": "iBeLight",
        "host": "10.0.0.12",
        "port": 52001
    }
 ]
}
0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.12

7 years ago