diff --git a/als_alert_screen.html b/als_alert_screen.html index 0425ab6..543e9db 100644 --- a/als_alert_screen.html +++ b/als_alert_screen.html @@ -1,255 +1,321 @@ - + - - - + + + ALS Alert Screen - - + + + - - -
-
+
+
Alarm 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(); + +