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
Change library from bluepy to Bleak (with async) (#32)
* Update __init__.py
* Basic framework for bleak conversion.
* Update __init__.py
* Fix methods that return static data.
* Fixed last few functions.
* Ensure CaSe for discovery data, connect_lock for sensitive functions.
-No passive scan mode available so I removed references.
* Updated with latest changes on pyswitchbot
* Update messages to latest released version.
* Rework get device by type functions.
* Add missing model key.
* Update __init__.py
* Update __init__.py
* Update __init__.py
* Update __init__.py
* Update __init__.py
* Restructure for non blocking async.
* Attempt to improve reliability on weak signal device.
* Update __init__.py
* Update __init__.py
* Update __init__.py
* Update __init__.py
* Update __init__.py
* Update __init__.py
* A fix for a few dict keys being overwritten.
* Replace sleep with asyncio sleep.
* oops, forgot to await asyncio.sleep.
* Should probably keep the connect_lock on this function.
* Remove client.read_gatt_char, as notification is already in memory after writing.
0 commit comments