31 lines
791 B
JSON
31 lines
791 B
JSON
{
|
|
"elements": [
|
|
{
|
|
"type" : "Label",
|
|
"caption" : "Influx Punkte"
|
|
},
|
|
{
|
|
"type": "Select",
|
|
"name": "InfluxJaNein",
|
|
"caption": "Influx Aufzeichnen Ja oder Nein",
|
|
"options": [
|
|
{ "caption": "Ja", "value": true },
|
|
{ "caption": "Nein", "value": false }
|
|
]
|
|
},
|
|
{
|
|
"type": "ValidationTextBox",
|
|
"name": "Anlagenummer",
|
|
"caption": "Influxadresse",
|
|
"suffix": "",
|
|
"validate": "^An_\\d{4}$"
|
|
},
|
|
{
|
|
"type": "SelectVariable",
|
|
"name":"Netzbezug",
|
|
"caption": "Variable mit dem zu regelnden Netzbezug",
|
|
"suffix": ""
|
|
}
|
|
]
|
|
}
|