Add hardware version to the device registry (#61650)
This commit is contained in:
parent
b1b3079d07
commit
04153c0075
5 changed files with 206 additions and 28 deletions
|
@ -177,6 +177,7 @@ class DeviceInfo(TypedDict, total=False):
|
|||
name: str | None
|
||||
suggested_area: str | None
|
||||
sw_version: str | None
|
||||
hw_version: str | None
|
||||
via_device: tuple[str, str]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue