32 lines
809 B
JSON
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);"
|
|
}
|
|
]
|
|
} |