homebridge-lifx-lan

0.2.6 • Public • Published

homebridge-lifx-lan

npm package

NPM Version Dependency Status Slack Channel

LiFx LAN platform plugin for Homebridge.

This platform uses only the LiFx LAN protocol.

Currently supports:

  • On/Off
  • Brightness
  • Kelvin
  • Hue (Color models only)
  • Saturation (Color models only)

Installation

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

Updating

  • npm update -g homebridge-lifx-lan

Configuration

Configuration sample:

"platforms": [
   {
       "platform": "LifxLan",
       "name": "LiFx"
   }
]
 

Credits

  • Marius Rumpf for his awesome node-lifx library

Package Sidebar

Install

npm i homebridge-lifx-lan

Weekly Downloads

26

Version

0.2.6

License

none

Last publish

Collaborators

  • devbobo