node-hue-api icon indicating copy to clipboard operation
node-hue-api copied to clipboard

bridge-validation.ts is missing bridgeid

Open tiptronic opened this issue 10 months ago • 0 comments

I think adding the bridgeid to bridge-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

tiptronic avatar Aug 25 '23 08:08 tiptronic