1.0.0 • Published 4 years ago

homebridge-weback v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

homebridge-weback

WeBack plugin for HomeBridge

Installation

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

Configuration

Configuration sample:

"platforms": [
		{
			"platform": "Tesvor",
			"token" : "token will be generated upon first run of homebridge without a token",
			"clientId": "developer Product ID",
			"clientSecret": "developer Product Secret.",
			"username" : "username",
			"password" : "password"
		}
	],