We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think adding the bridgeid to bridge-validation.ts (line 51) would be very helpful.
bridgeid
bridge-validation.ts
result.bridgeid = res.data.bridgeid;
This is especially true, if the bridge was renamed and/or moved to another IP-address.
https://github.com/peter-murray/node-hue-api/blob/typescript/src/api/discovery/bridge-validation.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think adding the
bridgeid
tobridge-validation.ts
(line 51) would be very helpful.result.bridgeid = res.data.bridgeid;
This is especially true, if the bridge was renamed and/or moved to another IP-address.
https://github.com/peter-murray/node-hue-api/blob/typescript/src/api/discovery/bridge-validation.ts
The text was updated successfully, but these errors were encountered: