Enhancement: websocket status

This commit is contained in:
shamoon
2025-09-04 03:42:18 -07:00
parent b2703b4605
commit 0e0419d010
6 changed files with 81 additions and 5 deletions

View File

@@ -44,4 +44,5 @@ export interface SystemStatus {
sanity_check_last_run: string // ISO date string
sanity_check_error: string
}
websocket_connected?: SystemStatusItemStatus // added client-side
}