8.4. Daten anfordern

This commit is contained in:
ISA
2025-02-11 09:00:59 +01:00
parent 9242abae40
commit bbc26e5c3b

View File

@@ -11,6 +11,10 @@ const LoopTDRChartActionBar: React.FC = () => {
console.log(`Daten abrufen für Zeitraum: ${von} bis ${bis}`);
// API-Call hier mit den neuen Daten (z.B. location.href="...&DIA1=von;bis")
const host = window.location.host;
//const testUrl = `https://${host}?DIA1=${von};${bis}`;
const testUrl =
"https://10.10.0.118/CPL?kabelueberwachung&DIA1=2025;01;01;2025;07;31;2;4";
};
return (