no message

This commit is contained in:
2025-11-25 07:38:48 +01:00
parent f9e00e0d1a
commit f064840987

View File

@@ -5,10 +5,6 @@
"name": "DeviceID", "name": "DeviceID",
"caption": "Device ID" "caption": "Device ID"
}, },
{
"type": "Label",
"caption": "Variablen zuordnen"
},
{ {
"type": "SelectVariable", "type": "SelectVariable",
"name": "VarPowerProduction", "name": "VarPowerProduction",
@@ -24,10 +20,6 @@
"name": "VarIsRunning", "name": "VarIsRunning",
"caption": "Is Running Variable (Boolean)" "caption": "Is Running Variable (Boolean)"
}, },
{
"type": "Label",
"caption": "SOC Bereich"
},
{ {
"type": "NumberSpinner", "type": "NumberSpinner",
"name": "MinSOC", "name": "MinSOC",
@@ -41,26 +33,6 @@
"caption": "Max SOC", "caption": "Max SOC",
"minimum": 0, "minimum": 0,
"maximum": 100 "maximum": 100
},
{
"type": "Label",
"caption": "Abonnierte Topics"
},
{
"type": "Label",
"caption": "feedback-request/<device>"
},
{
"type": "Label",
"caption": "remote-control-request/<device>"
},
{
"type": "Label",
"caption": "Debug"
},
{
"type": "Label",
"caption": "Alle empfangenen MQTT-Daten werden in den Debug-Log geschrieben."
} }
] ]
} }