Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions aiohasupervisor/models/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class RootInfo(ResponseData):
operating_system: str | None
features: list[HostFeature | str]
machine: str | None
machine_id: str | None
arch: str
state: SupervisorState
supported_arch: list[str]
Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/root_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"not_real"
],
"machine": "odroid-n2",
"machine_id": "2403f24a7b9840c0a6c63ae9357948e8",
"arch": "aarch64",
"state": "running",
"supported_arch": ["aarch64", "armv7", "armhf"],
Expand Down