From f0648409871f8160c3191f52cfd15a01e2d0e956 Mon Sep 17 00:00:00 2001 From: "belevo\\dh" Date: Tue, 25 Nov 2025 07:38:48 +0100 Subject: [PATCH] no message --- VGT_Sub/form.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/VGT_Sub/form.json b/VGT_Sub/form.json index 6bbcae8..c4e3638 100644 --- a/VGT_Sub/form.json +++ b/VGT_Sub/form.json @@ -5,10 +5,6 @@ "name": "DeviceID", "caption": "Device ID" }, - { - "type": "Label", - "caption": "Variablen zuordnen" - }, { "type": "SelectVariable", "name": "VarPowerProduction", @@ -24,10 +20,6 @@ "name": "VarIsRunning", "caption": "Is Running Variable (Boolean)" }, - { - "type": "Label", - "caption": "SOC Bereich" - }, { "type": "NumberSpinner", "name": "MinSOC", @@ -41,26 +33,6 @@ "caption": "Max SOC", "minimum": 0, "maximum": 100 - }, - { - "type": "Label", - "caption": "Abonnierte Topics" - }, - { - "type": "Label", - "caption": "feedback-request/" - }, - { - "type": "Label", - "caption": "remote-control-request/" - }, - { - "type": "Label", - "caption": "Debug" - }, - { - "type": "Label", - "caption": "Alle empfangenen MQTT-Daten werden in den Debug-Log geschrieben." } ] }