Files
Energiemanager_Symconmodule…/Belevo_Server_Kommunikation/form.json
2024-10-15 11:57:05 +02:00

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