48 lines
1004 B
JSON
48 lines
1004 B
JSON
{
|
||
"elements": [
|
||
{
|
||
"type": "ValidationTextBox",
|
||
"name": "DeviceID",
|
||
"caption": "Device ID"
|
||
},
|
||
|
||
{
|
||
"type": "NumberSpinner",
|
||
"name": "MinSOC",
|
||
"caption": "Min SOC (%)"
|
||
},
|
||
{
|
||
"type": "NumberSpinner",
|
||
"name": "MaxSOC",
|
||
"caption": "Max SOC (%)"
|
||
},
|
||
|
||
{
|
||
"type": "SelectVariable",
|
||
"name": "VarPowerProduction",
|
||
"caption": "Variable – Power Production"
|
||
},
|
||
{
|
||
"type": "SelectVariable",
|
||
"name": "VarStateOfCharge",
|
||
"caption": "Variable – State of Charge"
|
||
},
|
||
{
|
||
"type": "SelectVariable",
|
||
"name": "VarIsRunning",
|
||
"caption": "Variable – Is Running"
|
||
},
|
||
|
||
{
|
||
"type": "SelectVariable",
|
||
"name": "VarPositiveSetpointTarget",
|
||
"caption": "Variable – Positive Power Setpoint Target"
|
||
},
|
||
{
|
||
"type": "SelectVariable",
|
||
"name": "VarNegativeSetpointTarget",
|
||
"caption": "Variable – Negative Power Setpoint Target"
|
||
}
|
||
]
|
||
}
|