homebridge-lomsnvlight
v0.0.2
Published
Lom SNV Light plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
1
Readme
homebridge-lomwindow
LOM-SNV-LIGHT 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": "LomSnvLight", // required
"name": "LomSnvLight", // required
"host": "10.0.1.52:8083", // required
}
],