ptz0n / homebridge-verisure

 Platform plugin for Homebridge allowing to manage and control Verisure devices.
https://www.npmjs.com/package/homebridge-verisure
MIT License
66 stars 15 forks source link

Doorlock auto lock config #49

Closed ptz0n closed 5 years ago

ptz0n commented 5 years ago

As requested, this will enable configuration of smart locks auto-lock feature.

Update the plugin globally

$ npm install -g git://github.com/ptz0n/homebridge-verisure#doorlock-auto-lock-config

Alt. run it manually

$ git clone https://github.com/ptz0n/homebridge-verisure.git
$ cd homebridge-verisure
$ git checkout doorlock-auto-lock-config
$ npm install
$ homebridge -P .

Fixes: #44

tuomaslaa commented 5 years ago

Thank you. Now it works!