Skip to content

Commit

Permalink
Add brush modes to the parser
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek committed Feb 18, 2024
1 parent d0a466a commit 0c2b8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Units,
)

from oralb_ble.parser import OralBBluetoothDeviceData, SMART_SERIES_MODES
from oralb_ble.parser import SMART_SERIES_MODES, OralBBluetoothDeviceData

# 2022-10-24 18:10:10.048 DEBUG (MainThread) [homeassistant.components.bluetooth.manager] 00:E0:43:87:4B:03: 78:DB:2F:C2:48:BE AdvertisementData(manufacturer_data={220: b'\x02\x01\x08\x02 \x00\x00\x01\x01\x00\x04'}, rssi=-64) connectable: True match: set() rssi: -64
# 2022-10-24 18:10:12.604 DEBUG (MainThread) [homeassistant.components.bluetooth.manager] 00:E0:43:87:4B:03: 78:DB:2F:C2:48:BE AdvertisementData(manufacturer_data={220: b'\x02\x01\x08\x03\x00\x00\x00\x01\x01\x00\x04'}, rssi=-56) connectable: True match: set() rssi: -56
Expand Down

0 comments on commit 0c2b8ca

Please sign in to comment.