Add read-only MG4 ADB status collector

This commit is contained in:
2026-07-31 19:17:43 +02:00
parent 4970fda1b5
commit 3e3e0010d6
16 changed files with 411 additions and 20 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ function config(updateStatusPath: string, versionFile: string): AppConfig {
cookieSecure: false,
allowedOrigins: new Set(),
updateStatusPath,
versionFile
versionFile,
adb: { enabled: false, executable: "adb", serial: null, timeoutMs: 3_000 }
};
}