Change manufacturer_data_first_byte to manufacturer_data_start (#75379)

This commit is contained in:
J. Nick Koston 2022-07-17 17:25:45 -05:00 committed by GitHub
parent a95c2c7850
commit 91f2550bc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 25 additions and 19 deletions

View file

@ -14,7 +14,7 @@ from __future__ import annotations
# fmt: off
BLUETOOTH: list[dict[str, str | int]] = {}
BLUETOOTH: list[dict[str, str | int | list[int]]] = {}
""".strip()