You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blueapi should be agnostic to how devices are connected, dodal should handle that.
There is currently a util module for handling connections, that should move to dodal and blueapi should just call a connect hook or similar
The text was updated successfully, but these errors were encountered:
We should have a single, consistent space for this logic that behaves in the same way everywhere to reduce ambiguity and minimize the chance of a mistake when debugging.
This issue is stale, the logic is now in dodal and not blueapi (it was in both for a while, which we didn't notice because it is idempotent), it was removed in #461.
I will close this, discussion can continue in the issues @coretl linked
Blueapi should be agnostic to how devices are connected, dodal should handle that.
There is currently a util module for handling connections, that should move to dodal and blueapi should just call a
connect
hook or similarThe text was updated successfully, but these errors were encountered: