feat(service): CPL-Request verwendet DIA0, DIA1 oder DIA2 je nach Zeitraum für analoge Eingänge

This commit is contained in:
ISA
2025-07-21 13:46:13 +02:00
parent fb68d59da4
commit 30d396896d
8 changed files with 22 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ export const fetchAnalogInputsService = async () => {
// ✅ PRODUKTIV: lädt JSON-Datei vom Gerät über CGI
if (mode === "production") {
console.log("🔄 Lade analoge Eingänge im Produktionsmodus (JSON über CGI)");
//console.log("🔄 Lade analoge Eingänge im Produktionsmodus (JSON über CGI)");
const res = await fetch("/CPL?/CPL/SERVICE/analogInputs.json", {
headers: { Accept: "application/json" },