wechsel zwischen Scleife und TDR Buttons , Einheit anzeigen
This commit is contained in:
@@ -24,6 +24,10 @@ function Kabelueberwachung() {
|
|||||||
if (window.kueRes && Array.isArray(window.kueRes)) {
|
if (window.kueRes && Array.isArray(window.kueRes)) {
|
||||||
setSchleifenwiderstand(window.kueRes); // Store the resistance values from the global variable
|
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
|
// Data for each rack, using isolation values from kueIso, kueName, and schleifenwiderstand
|
||||||
|
|||||||
Reference in New Issue
Block a user