{ "elements": [ { "type": "Label", "caption": "Hardware Quellen (Eingänge)" }, { "type": "SelectVariable", "name": "SourceSoC", "caption": "State of Charge (SoC)", "validVariableTypes": [1, 2] }, { "type": "SelectVariable", "name": "SourcePowerProd", "caption": "Power Production", "validVariableTypes": [1, 2] }, { "type": "SelectVariable", "name": "SourceMinSoC", "caption": "Min SoC", "validVariableTypes": [1, 2] }, { "type": "SelectVariable", "name": "SourceMaxSoC", "caption": "Max SoC", "validVariableTypes": [1, 2] }, { "type": "Label", "caption": "Status Flags" }, { "type": "SelectVariable", "name": "SourceIsReady", "caption": "Is Ready (Bool)", "validVariableTypes": [0] }, { "type": "SelectVariable", "name": "SourceIsRunning", "caption": "Is Running (Bool)", "validVariableTypes": [0] }, { "type": "Label", "caption": "Steuerung (Ausgang)" }, { "type": "SelectVariable", "name": "TargetControlVar", "caption": "Wechselrichter Sollwert (Ziel)", "validVariableTypes": [1, 2] } ], "actions": [ { "type": "Label", "caption": "Hinweis: Änderungen an Variablen werden sofort übernommen." } ] }