0.0.2 • Published 5 years ago

homebridge-iotas-lock v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

homebridge-iotas-lock

IOTAS Home plugin for the Homebridge project.

Currently supports

  • Lock

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-iotas-lock
  3. Update your configuration file. See the sample below.

Configuration

Configuration sample:

   "accessories": [
       {
           "accessory": "IotasLock",
           "iotasUrl": "https://api.iotashome.com/v1/api",
           "name": "Front door lock",
           "featureId": "1234",
           "username": "YOUR IOTAS USERNAME",
           "password": "YOUR IOTAS PASSWORD"
       }
   ]

License

See LICENSE file