87 lines
2.3 KiB
JSON
87 lines
2.3 KiB
JSON
{
|
|
"elements": [
|
|
{
|
|
"type": "Select",
|
|
"name": "Ladestation",
|
|
"caption": "Ladestation",
|
|
"options": [
|
|
{
|
|
"caption": "Go-E Wallbox (Alte Version)",
|
|
"value": 1
|
|
},
|
|
{
|
|
"caption": "Go-E Germini / Germini Flex",
|
|
"value": 2
|
|
},
|
|
{
|
|
"caption": "Smart-Me Pico",
|
|
"value": 3
|
|
},
|
|
{
|
|
"caption": "Dummy Station (Ohne Ansteuerung)",
|
|
"value": 4
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "MinLeistung",
|
|
"caption": "Mindestleistung Ladestation"
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "MaxLeistung",
|
|
"caption": "Maximalleistung Ladestation"
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "MinLeistung_1ph",
|
|
"caption": "Mindestleistung Ladestation 1-Phasig"
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "MaxLeistung_1ph",
|
|
"caption": "Maximalleistung Ladestation 1-Phasig"
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "IdleCounterMax",
|
|
"caption": "Zyklen zwischen zwei Leistungsänderungen (Multipliziert sich mit Interval)",
|
|
"suffix": ""
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "Interval",
|
|
"caption": "Intervall Neuberechnung der Werte",
|
|
"suffix": "Sekunden"
|
|
},
|
|
{
|
|
"type": "ValidationTextBox",
|
|
"name": "IP_Adresse",
|
|
"caption": "IP-Adresse Ladestation"
|
|
},
|
|
{
|
|
"type": "ValidationTextBox",
|
|
"name": "ID",
|
|
"caption": "ID"
|
|
|
|
},
|
|
{
|
|
"type": "ValidationTextBox",
|
|
"name": "Seriennummer",
|
|
"caption": "Seriennummer"
|
|
|
|
},
|
|
{
|
|
"type": "ValidationTextBox",
|
|
"name": "Username",
|
|
"caption": "Username"
|
|
|
|
},
|
|
{ "type": "PasswordTextBox",
|
|
"name": "Password",
|
|
"caption": "Passwort"
|
|
}
|
|
|
|
]
|
|
} |