Skip to content

Commit

Permalink
fix: identification of IO Series 10
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinchen1 committed Jan 29, 2024
1 parent 3959958 commit 30bad74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@
service_data={},
source="local",
)
ORALB_IO_SERIES_10 = BluetoothServiceInfo(
address="78:DB:2F:C2:48:BE",
rssi=-63,
name="Oral-B Toothbrush",
manufacturer_data={220: b"\x062k\x03r\x00\x00\x06\x00\x00\x01"},
service_uuids=["0000fe0d-0000-1000-8000-00805f9b34fb"],
service_data={},
source="local",
)
ORALB_4000_SERIES = BluetoothServiceInfo(
address="78:DB:2F:C2:48:BE",
rssi=-63,
Expand Down

0 comments on commit 30bad74

Please sign in to comment.