peter-murray / node-hue-api

Node.js Library for interacting with the Philips Hue Bridge and Lights
Apache License 2.0
1.18k stars 145 forks source link

upnp discover uri changed #144

Closed roccomuso closed 4 years ago

roccomuso commented 4 years ago

is the lib updated?

UPNP discover uri changed from https://www.meethue.com/api/nupnp to https://discovery.meethue.com/

peter-murray commented 4 years ago

That is the N-UPnP discovery uri.

The library’s was updated some time back to accommodate this change, I even backported the changes to the now defunct 2.x version.

For version 2: https://github.com/peter-murray/node-hue-api/blob/v2/hue-api/bridge-discovery.js#L32

For version 3: https://github.com/peter-murray/node-hue-api/blob/master/lib/api/discovery/nupnp.js#L10

What is your actual problem you are facing?