Server Kommunikation
forms.json angepasst
This commit is contained in:
@@ -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": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user