peter-murray / node-hue-api

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

Update example config received with invalid user #99

Closed VilleSalonen closed 7 years ago

VilleSalonen commented 7 years ago

Newer API version (tested with version 1.15.0) provides more properties with invalid users than previous version. Previously it was suggested that mac property would be a good property to check if user is valid but mac is now provided to invalid users as well.

peter-murray commented 7 years ago

Thanks for the details, I had to make some changes and updated in the commit above. Appreciate you taking the time to contribute.