diff --git a/als_alert_screen.html b/als_alert_screen.html index fd9957e..c114fd3 100644 --- a/als_alert_screen.html +++ b/als_alert_screen.html @@ -1,330 +1,403 @@ - + - - - + + + ALS Alert Screen - - + + + - - -
-
+
+
Alarm 0 +
+
-
-
-
WS: 0 / 0
+ - - + // ── Bootstrap ───────────────────────────────────────────────────────────── + if (DEBUG_ALARM) { + DEBUG_MACHINES.forEach((id) => { + machineData[id] = DEBUG_DATA[id]; + }); + document.getElementById("status-bar").textContent = + "[DEBUG] widok alarmowy"; + } else { + MACHINES.forEach(connect); + } + updateDisplay(); + +