shokai / node-philips-hue

Node.js library for Philips Hue bridge API
http://npmjs.org/package/philips-hue
17 stars 7 forks source link

Fix `username, not available` login error #13

Closed RandomByte closed 7 years ago

RandomByte commented 8 years ago

Fix parameter, username, not availablelogin error caused by Hue API changes forcing clients not to provide a username when creating a user: http://www.developers.meethue.com/documentation/important-whitelist-changes

Would fix #12

RandomByte commented 8 years ago

Note: I didn't touch any of the tests, but it looks like they are running fine.

svrooij commented 7 years ago

This seems like a decent patch!

Could someone pull this into the main code and publish a new version to npm? Since the current version is broken.

shokai commented 7 years ago

thank you for pullrequest, and sorry to late merging.