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

fix: username is optional #152

Closed KnisterPeter closed 4 years ago

KnisterPeter commented 4 years ago

As documented the username parameter is optional. To have the correct types for typescript generated, the jsdoc need to state that the parameter is optional.