Files
Symcon_Belevo_Energiemanage…/MQTTPVSDL/form.json
T
2026-06-26 12:52:55 +02:00

33 lines
830 B
JSON

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