Files
Symcon_Belevo_Energiemanage…/VGT_Sub/form.json
2025-11-25 07:48:33 +01:00

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
}
]
}