types/index.ts
.. .. @@ -20,7 +20,7 @@ 20 20 macAddress?: string; 21 21 } 22 22 23 -export type ConnectionStatus = "disconnected" | "connecting" | "connected" | "compacting";23 +export type ConnectionStatus = "disconnected" | "connecting" | "reconnecting" | "connected" | "compacting";24 24 25 25 // --- WebSocket protocol --- 26 26