Triggers a relay exposed via http
- Homebridge - HomeKit support for the impatient
- Install Homebridge using
npm install -g homebridge - Install this plugin
npm install -g homebridge-http-relay - Update your configuration file - see
sample-config.jsonin this repo
Example config.json
{
"accessories": [
{
"accessory": "HttpRelay",
"name": "Gate",
"duration": 1.5
}
]
}