analoge eingänge

This commit is contained in:
ISA
2025-06-19 12:27:00 +02:00
parent 887e7b4992
commit 3a829f2298
28 changed files with 285 additions and 248 deletions

View File

@@ -26,7 +26,7 @@ const EinAusgaenge: React.FC = () => {
const interval = setInterval(() => {
dispatch(fetchDigitaleEingaengeThunk());
dispatch(fetchDigitalOutputsThunk());
}, 2000);
}, 500);
return () => clearInterval(interval);
}, [dispatch]);