introduce system status in WebUI for easier monitoring of tasks

This commit is contained in:
proddy
2025-01-19 18:18:04 +01:00
parent 6e29de4463
commit 006eae5862
21 changed files with 264 additions and 191 deletions

View File

@@ -70,7 +70,6 @@ let settings = {
let system_status = {
emsesp_version: 'XX.XX.XX', // defined later
bus_status: 0,
// status: 2,
uptime: 77186,
bus_uptime: 77121,
num_devices: 2,
@@ -108,7 +107,8 @@ let system_status = {
has_loader: true,
model: '',
// model: 'BBQKees Electronics EMS Gateway E32 V2 (E32 V2.0 P3/2024011)',
status: 'downloading'
// status: 0,
status: 3
};
let VERSION_IS_UPGRADEABLE: boolean;