homebridge-lomlock
v0.1.1
Published
LOM Lock plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
2
Readme
homebridge-lomlock
LomLock plugin for HomeBridge
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-lomlock
- Update your configuration file (see config snippet below)
Configuration
Configuration sample:
"accessories": [
{
"accessory": "LomLock",
"name": "Lock Name",
"lockID": "ID like UG or EG",
"host": "10.0.1.52:8083",
}
],