homebridge-http-relay

1.0.0 • Public • Published

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
    }
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i homebridge-http-relay

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • cecchisandrone