diff --git a/app/kabelueberwachung/page.jsx b/app/kabelueberwachung/page.jsx index 51e8b5a..f33f67d 100644 --- a/app/kabelueberwachung/page.jsx +++ b/app/kabelueberwachung/page.jsx @@ -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