wip digitale Eingänge sind sichtbar aber keine Werte in Modal

This commit is contained in:
ISA
2025-06-20 06:50:40 +02:00
parent 8d67b08d7f
commit 7ff1c4aaaf
20 changed files with 229 additions and 376 deletions

View File

@@ -118,7 +118,7 @@ export default function InputModal({ selectedInput, closeInputModal, isOpen }) {
return;
}
const res = await fetch("/api/cpl/updateDigitaleEingaenge", {
const res = await fetch("/api/cpl/updateDigitalInputs", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify(updates),