0.6.1 • Published 3 years ago

homebridge-commanditswitch v0.6.1

Weekly downloads
45
License
ISC
Repository
github
Last release
3 years ago

homebridge-commanditswitch Plugin

Alex Maghen

Based on "homebridge-dummy" Switch Plugin

Example config.json:

    "accessories": [
        {
          "accessory": "CommandItSwitch",
          "name": "DoIt"
          "exe": "ExecMe"
        }   
    ]

With this plugin, you can create any number of fake switches that, when "turned on," will run the executable set in the "exe" field of the accessory that is created in Homebrige, in a local CommandItSwitchExes directory on the machine hosting Homebridge. Specificcally: /var/lib/homebridge/CommandItSwitchExes/

The fake switches that are created are effectively "momentary" in that 1 second after they are turned on, they turn themselves off. That's because turning the switch on is effectively the same as executing something which finishes on its own.

0.6.1

3 years ago

0.6.0

3 years ago

0.5.9

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.4.10

3 years ago

0.4.9

3 years ago

0.4.11

3 years ago

0.4.12

3 years ago

0.4.8

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago