From 89bcf399bf8e9447e3e9e30efa6462f0c4a4cdd0 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 16 Oct 2024 08:59:26 +0200 Subject: [PATCH] =?UTF-8?q?Vorheriger=20Code=20wieder=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Belevo_Server_Kommunikation/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index e8f2cd2..0e235e4 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -106,7 +106,7 @@ $netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug")); // Werte in ein Array packen $data = [ - "measurement" => GetValue($this->ReadPropertyString("Anlagenummer")), + "measurement" => $this->ReadPropertyString("Anlagenummer"), "field" =>[ //"G_BT_5M_0" => $this->GetValue("G_BT_5M_0"), //"G_SK_5M_3" => $this->GetValue("G_SK_5M_3"), diff --git a/library.json b/library.json index 5ac3ca5..7c9cf74 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.40", + "version": "0.41", "build": 0, "date": 0 } \ No newline at end of file