spec updates

This commit is contained in:
Drew Ansbacher
2021-09-13 18:06:02 +02:00
committed by Matt Hill
parent eaacaeeb5f
commit 0269bc177b
9 changed files with 66 additions and 61 deletions

View File

@@ -11,18 +11,12 @@ setup.disk.list
Response
{
logicalname: string
partitions: {
logicalname: string
label: string | null
capacity: number
used: number | null
}[],
capacity: number
'embassy-os': {
version: string
name: string
} | null
logicalname : string,
vendor : string | null,
model : string | null,
partitions : PartitionInfo[],
capacity : number,
embassy_os : EmbassyOsDiskInfo | null,
}[]
setup.recovery.status