diff --git a/.env.development b/.env.development index 546fad7..91bff80 100644 --- a/.env.development +++ b/.env.development @@ -6,6 +6,6 @@ NEXT_PUBLIC_USE_MOCK_BACKEND_LOOP_START=false NEXT_PUBLIC_EXPORT_STATIC=false NEXT_PUBLIC_USE_CGI=false # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.569 +NEXT_PUBLIC_APP_VERSION=1.6.571 NEXT_PUBLIC_CPL_MODE=json # json (Entwicklungsumgebung) oder jsSimulatedProd (CPL ->CGI-Interface-Simulator) oder production (CPL-> CGI-Interface Platzhalter) diff --git a/.env.production b/.env.production index bad5f67..a2a7475 100644 --- a/.env.production +++ b/.env.production @@ -5,5 +5,5 @@ NEXT_PUBLIC_CPL_API_PATH=/CPL NEXT_PUBLIC_EXPORT_STATIC=true NEXT_PUBLIC_USE_CGI=true # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.569 +NEXT_PUBLIC_APP_VERSION=1.6.571 NEXT_PUBLIC_CPL_MODE=production \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 92fda9e..3020fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.6.571] – 2025-07-10 + +- fix: KÜ ISO Wert 200 in Display mit Einheit + +--- +## [1.6.570] – 2025-07-10 + +- fix: KÜ ISO Wert 200 in Display mit Einheit + +--- ## [1.6.569] – 2025-07-10 - WIP: JSON diff --git a/components/main/kabelueberwachung/kue705FO/modals/KueEinstellung.tsx b/components/main/kabelueberwachung/kue705FO/modals/KueEinstellung.tsx index 6cae8e2..92afdf0 100644 --- a/components/main/kabelueberwachung/kue705FO/modals/KueEinstellung.tsx +++ b/components/main/kabelueberwachung/kue705FO/modals/KueEinstellung.tsx @@ -14,7 +14,6 @@ import { closeConfirmModal, } from "@/redux/slices/confirmModalSlice"; import { startFirmwareUpdateThunk } from "@/redux/thunks/startFirmwareUpdateThunk"; -import { Listbox } from "@headlessui/react"; interface Props { slot: number; @@ -23,18 +22,6 @@ interface Props { onModulNameChange?: (id: string) => void; } -const memoryIntervalOptions = [ - { value: 0, label: "Kein" }, - { value: 1, label: "1 Minute" }, - { value: 5, label: "5 Minuten" }, - { value: 10, label: "10 Minuten" }, - { value: 15, label: "15 Minuten" }, - { value: 30, label: "30 Minuten" }, - { value: 60, label: "60 Minuten" }, - { value: 360, label: "6 Stunden" }, - { value: 720, label: "12 Stunden" }, -]; - export default function KueEinstellung({ slot, onClose = () => {}, @@ -174,52 +161,21 @@ export default function KueEinstellung({ /> {/* Speicherintervall */} + {/* Speicherintervall */} + {/* Speicherintervall */}