Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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

```