Add discovery support for the 2023 pro check model to mopkea (#109033)

pull/109066/head
J. Nick Koston 2024-01-29 08:33:10 -10:00 committed by GitHub
parent 4170a447fc
commit a6b426ca3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 0 deletions

View File

@ -13,6 +13,12 @@
"manufacturer_id": 89,
"manufacturer_data_start": [8],
"connectable": false
},
{
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 89,
"manufacturer_data_start": [12],
"connectable": false
}
],
"codeowners": ["@bdraco"],

View File

@ -349,6 +349,15 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"manufacturer_id": 89,
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
},
{
"connectable": False,
"domain": "mopeka",
"manufacturer_data_start": [
12,
],
"manufacturer_id": 89,
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
},
{
"domain": "oralb",
"manufacturer_id": 220,