43 lines
871 B
JSON
43 lines
871 B
JSON
{
|
|
"elements": [
|
|
{
|
|
"type": "ValidationTextBox",
|
|
"name": "DeviceID",
|
|
"caption": "Device ID"
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"caption": "Variablen zuordnen"
|
|
},
|
|
{
|
|
"type": "SelectVariable",
|
|
"name": "VarPowerProduction",
|
|
"caption": "Power Production Variable (Float)"
|
|
},
|
|
{
|
|
"type": "SelectVariable",
|
|
"name": "VarStateOfCharge",
|
|
"caption": "State of Charge Variable (Float/Integer)"
|
|
},
|
|
{
|
|
"type": "SelectVariable",
|
|
"name": "VarIsRunning",
|
|
"caption": "Is Running Variable (Boolean)"
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "MinSOC",
|
|
"caption": "Min SOC",
|
|
"minimum": 0,
|
|
"maximum": 100
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "MaxSOC",
|
|
"caption": "Max SOC",
|
|
"minimum": 0,
|
|
"maximum": 100
|
|
}
|
|
]
|
|
}
|