mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
add status to be used when uploading/restarting etc
This commit is contained in:
@@ -29,6 +29,7 @@ export interface HardwareStatus {
|
|||||||
model: string;
|
model: string;
|
||||||
has_loader: boolean;
|
has_loader: boolean;
|
||||||
has_partition: boolean;
|
has_partition: boolean;
|
||||||
|
status: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SystemStatus {
|
export interface SystemStatus {
|
||||||
|
|||||||
Reference in New Issue
Block a user