feat(kabelname): Anzeige des Kabelnamens statt Bezeichnung unter jedem Modul (Änderungswunsch)

This commit is contained in:
ISA
2025-06-16 14:03:19 +02:00
parent 860ab1d7c2
commit ad73dcf054
7 changed files with 39 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ interface KueDataState {
//-----------------------
kueOnline: number[];
kueID: string[];
kueName?: string[];
kueName: string[];
kuePSTmMinus96V: number[];
kueAlarm1: number[];
kueAlarm2: number[];