Configure hotspot credentials from dashboard

This commit is contained in:
2026-07-31 20:41:16 +02:00
parent e52d2690ee
commit d1239d66af
19 changed files with 443 additions and 23 deletions
+1
View File
@@ -76,6 +76,7 @@ export type NetworkStatus = {
probeDeadline: string | null;
lastFailure: string | null;
connectivity: "full" | "limited" | "portal" | "none" | "unknown";
hotspotSsid: string | null;
hotspot: NetworkAdapterStatus;
upstream: NetworkAdapterStatus;
};