From 55a55cbfcac696ee0956a6d436f2f6f863caf116 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 31 Aug 2024 16:07:49 +0200 Subject: [PATCH] add status to be used when uploading/restarting etc --- interface/src/types/system.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/types/system.ts b/interface/src/types/system.ts index 9cc75ae8b..9cfa528d1 100644 --- a/interface/src/types/system.ts +++ b/interface/src/types/system.ts @@ -29,6 +29,7 @@ export interface HardwareStatus { model: string; has_loader: boolean; has_partition: boolean; + status: string; } export interface SystemStatus {