0.0.4 • Published 5 years ago

homebridge-iotas-switch v0.0.4

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

homebridge-iotas-switch

IOTAS Home plugin for the Homebridge project.

Currently supports

  • Switch
  • Outlet

Installation

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

Configuration

Configuration sample:

   "accessories": [
       {
           "accessory": "IotasSwitch",
           "iotasUrl": "https://api.iotashome.com/v1/api",
           "name": "Desk entry light",
           "featureId": "1234",
           "username": "YOUR IOTAS USERNAME",
           "password": "YOUR IOTAS PASSWORD"
       }
   ]

License

See LICENSE file

0.0.4

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago