homebridge-lomshutter
v0.1.10
Published
LOM shutter plugin for homebridge
Downloads
4
Readme
homebridge-lomshutter
LomShutter plugin for HomeBridge
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-lomshutter
- Update your configuration file (see config snippet below)
Configuration
Configuration sample:
"accessories": [
{
"accessory": "LomShutter",
"name": "Sgutter Name",
"shutterID": "ID like US031 or ES15",
"host": "10.0.1.52:8083",
}
],