Files
Symcon_Belevo_Energiemanage…/MQTTPVSDL/form.json
T
2026-06-26 13:13:40 +02:00

32 lines
809 B
JSON

{
"elements": [
{
"type": "ValidationTextBox",
"name": "TopicSuffix",
"caption": "Topic Suffix"
},
{
"type": "SelectVariable",
"name": "ReqActionID",
"caption": "Ausgabe-Variable / Nennleistung"
},
{
"type": "SelectVariable",
"name": "PowerProductionID",
"caption": "Aktuelle Leistung SDL"
},
{
"type": "NumberSpinner",
"name": "MaxPowerSetpoint",
"caption": "Max. Power Setpoint",
"minimum": 0
}
],
"actions": [
{
"type": "Button",
"caption": "Batterie-Steuerung testen",
"onClick": "MBSDL_RunBatteryControl($id);"
}
]
}