From ea38bf58dc9af72c884b9df84c02eb84e215a5c1 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 15 Oct 2024 11:51:02 +0200 Subject: [PATCH] Server Kommunikation forms.json angepasst --- Belevo_Server_Kommunikation/form.json | 76 ++++++--------------------- library.json | 2 +- 2 files changed, 17 insertions(+), 61 deletions(-) diff --git a/Belevo_Server_Kommunikation/form.json b/Belevo_Server_Kommunikation/form.json index 26f7fed..86bd33d 100644 --- a/Belevo_Server_Kommunikation/form.json +++ b/Belevo_Server_Kommunikation/form.json @@ -5,69 +5,25 @@ "caption" : "Influx Punkte" }, { - "type": "List", - "name": "Keine", - "caption": "Keine Auswahl", - "suffix": "" + "type": "Select", + "name": "InfluxJaNein", + "caption": "Influx Aufzeichnen Ja oder Nein", + "options": [ + { "caption": "Ja", "value": true }, + { "caption": "Nein", "value": false } + ] }, { - "type": "List", - "name": "G_BS_5M_0", - "caption": "Netzbezug", - "suffix": "" + "type": "ValidationTextBox", + "name": "Anlagenummer", + "caption": "Influxadresse", + "suffix": "", + "validate": "^An_\\d{4}$" }, - { - "type": "List", - "name": "G_BS_5M_0", - "caption": "Boilerstatus", - "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", + { + "type": "Select", + "name":"Netzbezug", + "caption": "Variable mit dem zu regelnden Netzbezug", "suffix": "" } ] diff --git a/library.json b/library.json index b925fe0..ffcc634 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.30", + "version": "0.31", "build": 0, "date": 0 } \ No newline at end of file