Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/classlfz/homebridge-gpio-on-switch
A homebridge plugin for gpio on/off switch.
https://github.com/classlfz/homebridge-gpio-on-switch
homebridge homebridge-plugin homekit switch
Last synced: 3 months ago
JSON representation
A homebridge plugin for gpio on/off switch.
- Host: GitHub
- URL: https://github.com/classlfz/homebridge-gpio-on-switch
- Owner: classLfz
- License: apache-2.0
- Created: 2021-08-07T05:53:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T05:15:00.000Z (over 3 years ago)
- Last Synced: 2024-11-07T13:50:04.048Z (3 months ago)
- Topics: homebridge, homebridge-plugin, homekit, switch
- Language: TypeScript
- Homepage:
- Size: 203 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-gpio-on-switch
[![Build and Lint](https://github.com/classLfz/homebridge-gpio-on-switch/actions/workflows/build.yml/badge.svg)](https://github.com/classLfz/homebridge-gpio-on-switch/actions/workflows/build.yml)
A homebridge plugin for gpio on switch.
## install
Make sure you had installed homebridge first, then run the following command to install `homebridge-gpio-on-switch`.
```
sudo npm install -g homebridge-gpio-on-switch
```## config
```json
{
"accessory": "HomebridgeGpioOnSwitch",
"name": "switch",
"pin": 18
}
```