no message
This commit is contained in:
@@ -4,6 +4,80 @@
|
||||
"type": "ValidationTextBox",
|
||||
"name": "DeviceID",
|
||||
"caption": "Device ID"
|
||||
},
|
||||
{
|
||||
"type": "Label",
|
||||
"caption": "Variablen zuordnen"
|
||||
},
|
||||
{
|
||||
"type": "SelectVariable",
|
||||
"name": "VarPowerProduction",
|
||||
"caption": "Power Production Variable (Float)"
|
||||
},
|
||||
{
|
||||
"type": "SelectVariable",
|
||||
"name": "VarStateOfCharge",
|
||||
"caption": "State of Charge Variable (Float/Integer)"
|
||||
},
|
||||
{
|
||||
"type": "SelectVariable",
|
||||
"name": "VarIsRunning",
|
||||
"caption": "Is Running Variable (Boolean)"
|
||||
},
|
||||
{
|
||||
"type": "Label",
|
||||
"caption": "SOC Bereich"
|
||||
},
|
||||
{
|
||||
"type": "NumberSpinner",
|
||||
"name": "MinSOC",
|
||||
"caption": "Min SOC",
|
||||
"minimum": 0,
|
||||
"maximum": 100
|
||||
},
|
||||
{
|
||||
"type": "NumberSpinner",
|
||||
"name": "MaxSOC",
|
||||
"caption": "Max SOC",
|
||||
"minimum": 0,
|
||||
"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."
|
||||
}
|
||||
],
|
||||
"status": [
|
||||
{
|
||||
"code": 101,
|
||||
"icon": "spinner",
|
||||
"caption": "Verbindung wird hergestellt..."
|
||||
},
|
||||
{
|
||||
"code": 102,
|
||||
"icon": "ok",
|
||||
"caption": "Bereit"
|
||||
},
|
||||
{
|
||||
"code": 200,
|
||||
"icon": "error",
|
||||
"caption": "Fehlerhafte Konfiguration"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user