babincc / flutter_workshop

This repo houses add-ons, plug-ins, and helpful code to make Flutter programming easier.
5 stars 1 forks source link

Add ability to get BridgeID when calling discoverBridges #20

Closed esDotDev closed 4 months ago

esDotDev commented 5 months ago

In other apps we see an ID when connecting to new Bridges, but this discoverBridges only returns a list of IP addresses. image

Is there any way we can get this ID, or can you add support for it?

babincc commented 4 months ago

I think I will be able to add this functionality; however, I just left for vacation and won't be back for a week and a half. I don't have any Hue products with me to run tests on; so, I cannot work on a core feature like this until I get back.

babincc commented 4 months ago

I have published 2.0.0-beta.4 to pub.dev.

Developers now will have access to an abbreviated bridgeId, like the one in the screenshot in the original question, as well as the IP address.