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
BLE controller implementation ble_impl/__init__.py:574 returns an empty dict on error, but otherwise a tlv (ble_impl/__init__.py:601).
This leads to an AttributeError in ble_impl/__init__.py:200.
The text was updated successfully, but these errors were encountered:
kvaellning
pushed a commit
to kvaellning/homekit_python
that referenced
this issue
Feb 28, 2022
BLE controller implementation
ble_impl/__init__.py:574
returns an empty dict on error, but otherwise a tlv (ble_impl/__init__.py:601
).This leads to an
AttributeError
inble_impl/__init__.py:200
.The text was updated successfully, but these errors were encountered: