Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mend1/homebridge-statefuldummy
Stateful dummy switches for Homebridge
https://github.com/mend1/homebridge-statefuldummy
Last synced: 9 days ago
JSON representation
Stateful dummy switches for Homebridge
- Host: GitHub
- URL: https://github.com/mend1/homebridge-statefuldummy
- Owner: mend1
- Fork: true (nfarina/homebridge-dummy)
- Created: 2016-11-26T19:12:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T19:41:29.000Z (almost 8 years ago)
- Last Synced: 2024-10-12T00:14:03.247Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-homebridge - Stateful Dummy Switch
README
# "Stateful Dummy Switches" Plugin
With this plugin you can create fake "stateful" switches that do nothing when turned on or off. Such switches can be useful as state variables or triggers in HomeKit. This plugin is a simple derivative of the stateless switch homebridge-dummy plugin.
Example config.json:
```
"accessories": [
{
"accessory": "StatefulDummySwitch",
"name": "My Switch 1"
}
]```