Supereg / homebridge-http-switch

Powerful http switch for Homebridge: https://github.com/homebridge/homebridge
ISC License
219 stars 36 forks source link

multiple switches #6

Closed Maximize0987 closed 6 years ago

Maximize0987 commented 6 years ago

can we add additional switches?

I have not been able to figure out how

Supereg commented 6 years ago

You can of course add additional accessories like so in your Homebridge configuration:

{
  ...
    "accessories": [
        {
          "accessory": "HTTP-SWITCH",
          "name": "Switch 1",
           ...
        },
        {
          "accessory": "HTTP-SWITCH",
          "name": "Switch 2",
           ...
        },
    ]
}