Bezeichnung state in Kabelüberwacchung Modul Kue705FO funktioniert
This commit is contained in:
@@ -262,6 +262,14 @@ function Kue705FO({
|
||||
goTDR(); // Wenn TDR aktiv ist, starte goTDR
|
||||
}
|
||||
};
|
||||
useEffect(() => {
|
||||
setCurrentModulName(modulName);
|
||||
}, [modulName]);
|
||||
|
||||
useEffect(() => {
|
||||
setCurrentDisplayValue(schleifenwiderstand);
|
||||
}, [schleifenwiderstand]);
|
||||
|
||||
return (
|
||||
<div className="relative bg-gray-300 w-[116px] h-[390px] border border-gray-400 scale-110 top-3">
|
||||
{isModulPresent ? (
|
||||
|
||||
Reference in New Issue
Block a user