0.2.0 • Published 7 months ago

homebridge-brunt v0.2.0

Weekly downloads
6
License
ISC
Repository
github
Last release
7 months ago

homebridge-brunt

Homebridge platform plugin for Brunt blinds

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-brunt
  3. Update your configuration file. See sample config.json snippet below.

Configuration

Configuration sample:

"platforms": [
		{
			"platform": "Brunt",
			"name": "Brunt",
			"user":"YOURUSERNAME",
			"pass":"YOURPASSWORD"		
		}
	],

Fields:

  • "platform": Must always be "Brunt" (required)
  • "name": Can be anything (required)
  • "user": Brunt account email address (required)
  • "pass": Password for Brunt account (required)
0.2.0

7 months ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago