Matthias Nott
2026-03-08 6cbe1fb2618af557262a8717c494e7958494bf2d
types/index.ts
....@@ -20,7 +20,7 @@
2020 macAddress?: string;
2121 }
2222
23
-export type ConnectionStatus = "disconnected" | "connecting" | "connected" | "compacting";
23
+export type ConnectionStatus = "disconnected" | "connecting" | "reconnecting" | "connected" | "compacting";
2424
2525 // --- WebSocket protocol ---
2626