Server Kommunikation

forms.json angepasst
This commit is contained in:
belevo\mh
2024-10-15 11:51:02 +02:00
parent 91d6d037b2
commit ea38bf58dc
2 changed files with 17 additions and 61 deletions

View File

@@ -5,69 +5,25 @@
"caption" : "Influx Punkte" "caption" : "Influx Punkte"
}, },
{ {
"type": "List", "type": "Select",
"name": "Keine", "name": "InfluxJaNein",
"caption": "Keine Auswahl", "caption": "Influx Aufzeichnen Ja oder Nein",
"suffix": "" "options": [
{ "caption": "Ja", "value": true },
{ "caption": "Nein", "value": false }
]
}, },
{ {
"type": "List", "type": "ValidationTextBox",
"name": "G_BS_5M_0", "name": "Anlagenummer",
"caption": "Netzbezug", "caption": "Influxadresse",
"suffix": "" "suffix": "",
"validate": "^An_\\d{4}$"
}, },
{ {
"type": "List", "type": "Select",
"name": "G_BS_5M_0", "name":"Netzbezug",
"caption": "Boilerstatus", "caption": "Variable mit dem zu regelnden Netzbezug",
"suffix": ""
},
{
"type": "List",
"name": "G_BT_5M_0",
"caption": "Boilertemperatur",
"suffix": ""
},
{
"type": "List",
"name": "G_SK_5M_1",
"caption": "Schaltkontakt 1",
"suffix": ""
},
{
"type": "List",
"name": "G_SK_5M_2",
"caption": "Schaltkontakt 2",
"suffix": ""
},
{
"type": "List",
"name": "G_SK_5M_3",
"caption": "Schaltkontakt 3",
"suffix": ""
},
{
"type": "List",
"name": "G_SK_5M_4",
"caption": "Schaltkontakt 4",
"suffix": ""
},
{
"type": "List",
"name": "G_WPS_5M_0",
"caption": "Wärmepumpe Status",
"suffix": ""
},
{
"type": "List",
"name": "G_WW_5M_0",
"caption": "Wolkenwahrscheinlichkeit",
"suffix": ""
},
{
"type": "List",
"name": "G_AT_5M_0",
"caption": "Aussentemperatur",
"suffix": "" "suffix": ""
} }
] ]

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.30", "version": "0.31",
"build": 0, "build": 0,
"date": 0 "date": 0
} }