0.0.2 • Published 8 years ago

homebridge-lomwindowcovering v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

homebridge-lomwindowcovering

LOM-Window-Covering plugin for HomeBridge

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-lomwindowcovering
  3. Update your configuration file (see config snippet below)

Configuration

Configuration sample:

"platforms": [
	{
		"platform": "LomWindowCovering",	// required
		"name": "LomWindowCovering",        // required
		"host": "10.0.1.52:8083",    		// required
	}
],
0.0.2

8 years ago