homebridge-lomwindow
v0.0.3
Published
Lom Window plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
3
Readme
homebridge-lomwindow
LOM-Window plugin for HomeBridge
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-lomwindow
- Update your configuration file (see config snippet below)
Configuration
Configuration sample:
"platforms": [
{
"platform": "LomWindow", // required
"name": "LomWindow", // required
"host": "10.0.1.52:8083", // required
}
],