0.0.1 • Published 3 years ago

homebridge-gpio-switch-inverse-home v0.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
3 years ago

homebridge-gpio-switch-inverse-home

Supports triggering General Purpose Input Output (GPIO) pins on the Raspberry Pi. Useful to control relay switch from Siri.

It use on/off library to achieve that.

Requirements

Installation

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

Configuration

Example config.json

{
  "accessories": [
    {
      "accessory": "switchomeinv",
        "name": "my switch",
        "pin": 7
    }
  ]
}