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." } ] }