6.0.0 • Published 8 years ago

homebridge-ie6bot v6.0.0

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

homebridge-ie6bot

homebridge-plugin for ie6bot(http://ie6bot.kill.jp)

Installation

  1. Install homebridge using: npm install -g homebridge.
  2. Install casperjs#1.1.1 and phantomjs#2.1.1
  3. Install this plugin using: npm install homebridge-ie6bot.
  4. Update your homebridge configuration file. See sample-config.json in this repository for a sample.

Configuration

Configuration sample:

"accessories": [
    "accessories": [
    {
        "accessory": "ie6bot",
        "name": "ie6bot"
    }
]