Skip to content

mend1/homebridge-statefuldummy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Stateful dummy switches for Homebridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%