0.0.1 • Published 7 years ago

homebridge-statefuldummy v0.0.1

Weekly downloads
7
License
ISC
Repository
github
Last release
7 years ago

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