Skip to content

Commit 2fadd57

Browse files
committed
Add machine ID to Supervisor root info
1 parent cb9e00f commit 2fadd57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aiohasupervisor/models/root.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class RootInfo(ResponseData):
8686
operating_system: str | None
8787
features: list[HostFeature | str]
8888
machine: str | None
89+
machine_id: str | None
8990
arch: str
9091
state: SupervisorState
9192
supported_arch: list[str]

0 commit comments

Comments
 (0)