dotsam / homebridge-milight

MiLight/LimitlessLED/Easybulb Plugin for Homebridge
MIT License
63 stars 12 forks source link

Support bridges with different port on same IP #42

Closed lundberg closed 6 years ago

lundberg commented 6 years ago

Solves issue #34

Also adds new optional config parameter host for easier defining of ip + port:

"bridges": [
  {
    "host": "172.16.1.50:5001"
  }
]
dotsam commented 6 years ago

Thanks @lundberg, looks good, I'll merge this in and push out a new release shortly!