1.0.3 • Published 6 years ago

homebridge-instance-dummy v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

homebridge-instance-dummy

Homebridge dummy plugin without any functions

As the name says, this plugin only acts lik a plugin. It has no functions and offers no "accessories". It was created for multiple homebridge instances with the new option "-X" to run "test instances" without a proper plugin

Installation instructions

After Homebridge has been installed:

  • sudo npm i -g homebridge-instance-dummy@latest

sudo npm i -g homebridge-instance-dummy@latest

Example Config

{
 "bridge": {
     ...
 },
 "accessories": [
    {
      "accessory": "DummyPlugin",
      "name": "Dummy"
    }
 ]
}