Files
Energiemanager_Symconmodule…/Belevo_Server_Kommunikation/form.json
2024-11-05 14:30:34 +01:00

50 lines
1.4 KiB
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": "List",
"name": "ZusatzVariablen",
"caption": "Zusätzliche Variablen für Influx",
"add": true,
"delete": true,
"columns": [
{
"caption": "Variablenname",
"type": "ValidationTextBox",
"name": "Variablenname",
"width": "200px",
"add": ""
},
{
"caption": "Variable",
"name": "Variable",
"width": "300px",
"add": 0,
"edit": {
"type": "SelectVariable"
}
}
]
}
]
}