homebridge-weback
v1.0.0
Published
HomeKit integration with WeBack devices
Downloads
4
Readme
homebridge-weback
WeBack plugin for HomeBridge
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-weback
- 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"
}
],