{ "elements": [ { "type": "ValidationTextBox", "name": "TopicSuffix", "caption": "Topic Suffix / x" }, { "type": "SelectVariable", "name": "ReqActionID", "caption": "Ausgabe-Variable / RequestAction" }, { "type": "NumberSpinner", "name": "TargetSoC", "caption": "Ziel-Ladestand %", "minimum": 0, "maximum": 100 }, { "type": "NumberSpinner", "name": "ChargePower", "caption": "Ladeleistung in W", "minimum": 0, "maximum": 100000 }, { "type": "NumberSpinner", "name": "DischargePower", "caption": "Entladeleistung in W", "minimum": 0, "maximum": 100000 }, { "type": "NumberSpinner", "name": "MaxPowerSetpoint", "caption": "Max. Power Setpoint", "minimum": 0, "maximum": 100000 } ], "actions": [ { "type": "Button", "caption": "Topics neu abonnieren", "onClick": "MBSDL_Subscribe($id);" } ], "status": [ { "code": 101, "icon": "active", "caption": "Instanz aktiv" }, { "code": 102, "icon": "inactive", "caption": "Topic Suffix fehlt" }, { "code": 103, "icon": "error", "caption": "Keine Ausgabe-Variable gewählt" } ] }