Files
Symcon_Belevo_Energiemanage…/VGT_Sub/form.json
2025-11-25 08:01:03 +01:00

48 lines
1004 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}
]
}