jeffreykog / artnet-hue-entertainment

Near-realtime ArtNet control over Signify/Philips Hue lights using the new Hue Entertainment API
MIT License
36 stars 8 forks source link

Update discovery.nupnpSearch() to discovery.mdnsSearch() #8

Open comebacktomorrow opened 1 year ago

comebacktomorrow commented 1 year ago

Just briefly, I got hit by this issue - https://github.com/peter-murray/node-hue-api/issues/221#issuecomment-1214181471

Solution was to update discovery.nupnpSearch() to discovery.mdnsSearch(). It was all good after that.

Ps. Just wanted to say thanks so much for working on this. It was on the "I wish the existed" list for the longest time - I'm just experimenting with it now :)

jeffreykog commented 1 year ago

Thanks for pointing me to this. I will add the new mdns discovery method to this project.