feat(service): CPL-Request verwendet DIA0, DIA1 oder DIA2 je nach Zeitraum für analoge Eingänge
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user