add status 9, statusToast bugfix

This commit is contained in:
PxlLoewe
2025-07-08 16:40:21 -07:00
parent ad2f13d502
commit 3596ba1261
4 changed files with 50 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ export interface AdminMessage {
export interface StationStatus {
type: "station-status";
status: "5";
status: string;
message: string;
data?: {
stationId: number;