feat: Priorisiere und style PST-M Ausfall als kritischen Alarm

- Implementiert PST-M Ausfall als höchste Priorität in der Alarmanzeige.
- Hinzugefügt: "PST-M prüfen" wird rot angezeigt, wie bei Aderbruch, Erdschluss, Isolationsfehler und Schleifenfehler.
- Einheit "ISO MOhm" wird nur angezeigt, wenn kein Alarm aktiv ist.
This commit is contained in:
ISA
2024-10-29 14:23:18 +01:00
parent b1a24a3f4e
commit 66259de1eb
5 changed files with 36 additions and 22 deletions

View File

@@ -73,7 +73,9 @@ export async function loadWindowVariables() {
const initialMissingVars = checkVariables();
if (initialMissingVars.length === 0) {
console.log("Alle Systemvariablen beim ersten Aufruf geladen.");
console.log(
"Alle Variablen von CPL geladen. in loadWindowVariables.js"
);
resolve();
} else {
console.log(