From c800b0e82aa2250b3d3e2d424d2267540ae4ac3e Mon Sep 17 00:00:00 2001 From: ISA Date: Mon, 17 Mar 2025 08:16:00 +0100 Subject: [PATCH] =?UTF-8?q?Keine=20verschl=C3=BCsselung=20Option=20in=20OP?= =?UTF-8?q?CUA,=20weil=20ist=20nicht=20in=20Lastenheft=20gefoerdert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/settingsPageComponents/OPCUAInterfaceSettings.tsx | 5 ++++- config/webVersion.ts | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/main/settingsPageComponents/OPCUAInterfaceSettings.tsx b/components/main/settingsPageComponents/OPCUAInterfaceSettings.tsx index d1977f8..2e95720 100644 --- a/components/main/settingsPageComponents/OPCUAInterfaceSettings.tsx +++ b/components/main/settingsPageComponents/OPCUAInterfaceSettings.tsx @@ -53,7 +53,9 @@ export default function OPCUAInterfaceSettings() { {/* ✅ Verschlüsselung */} -
+ + {/* +
@@ -67,6 +69,7 @@ export default function OPCUAInterfaceSettings() {
+ */} {/* ✅ OPCUA Zustand */}
diff --git a/config/webVersion.ts b/config/webVersion.ts index 9ea638a..25d0a91 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.131"; +const webVersion = "1.6.132"; export default webVersion;