1.0.0 • Published 7 years ago

homebridge-http-relay v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Homebridge Http Relay

Supports triggering of a relay, exposed via HTTP on the Raspberry Pi.

Requirements

Installation

  1. Install Homebridge using npm install -g homebridge
  2. Install this plugin npm install -g homebridge-http-relay
  3. Update your configuration file - see sample-config.json in this repo

Configuration

Example config.json

{
  "accessories": [
    {
      "accessory": "HttpRelay",
      "name": "Gate",
      "duration": 1.5
    }
  ]
}
1.0.0

7 years ago