feat: Fallsensors

This commit is contained in:
ISA
2025-07-23 15:11:13 +02:00
parent bdbdd27963
commit ada2f5e2a7
12 changed files with 75 additions and 8 deletions

View File

@@ -54,6 +54,7 @@ export const fetchKueDataService = async () => {
tdrOverflow: win.win_kueOverflow || [],
//
memoryInterval: win.win_memoryInterval || [],
win_fallSensorsActive: win.win_fallSensorsActive || [],
};
} catch (error) {
console.error("❌ Fehler beim Laden der KÜE-Daten:", error);