wechsel zwischen Scleife und TDR Buttons , Einheit anzeigen

This commit is contained in:
ISA
2024-10-16 08:32:23 +02:00
parent 8ef87d3779
commit 42a37396b3

View File

@@ -24,6 +24,10 @@ function Kabelueberwachung() {
if (window.kueRes && Array.isArray(window.kueRes)) {
setSchleifenwiderstand(window.kueRes); // Store the resistance values from the global variable
}
if (window.kueOnline && Array.isArray(window.kueOnline)) {
setKueOnline(window.kueOnline); // Store the module status from the global variable
}
}, []);
// Data for each rack, using isolation values from kueIso, kueName, and schleifenwiderstand