0.0.6 • Published 7 years ago

homebridge-flic v0.0.6

Weekly downloads
5
License
-
Repository
github
Last release
7 years ago

homebridge-flic

NPM Version Dependency Status Slack Channel

Flic plugin for Homebridge.

Requirements

This plugin requires the Flic Daemon to be installed on a machine to run.

There are platform specific versions to choose from...

Installation

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

Updating

  • npm update -g homebridge-flic

Configuration

Configuration sample:

"platforms": [
   {
       "platform": "Flic",
       "name": "Flic",
       "controllers": [
           {"host": "localhost", "port": 5551}
       ]
   }
]
0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago