Automatically reconnect single ADB head unit

This commit is contained in:
2026-07-31 19:25:32 +02:00
parent 3e3e0010d6
commit 0a0dae144c
12 changed files with 103 additions and 29 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export type HeadUnitStatus =
}
| {
available: false;
state: "disabled" | "unavailable" | "offline" | "unauthorized";
state: "disabled" | "unavailable" | "offline" | "unauthorized" | "ambiguous";
reason: string;
};