alert after connecting to new wifi

This commit is contained in:
Matt Hill
2020-12-09 13:47:13 -07:00
committed by Aiden McClelland
parent 7b0f99881b
commit 7a3811235e
2 changed files with 16 additions and 3 deletions

View File

@@ -11,7 +11,10 @@ export interface ApiServer {
versionInstalled: string
alternativeRegistryUrl: string | null
specs: ServerSpecs
wifi: { ssids: string[]; current: string; }
wifi: {
ssids: string[]
current: string | null
}
ssh: SSHFingerprint[]
serverId: string
}