From cfaa1b0ff9519db851aca3ebd0f14b0606c151ba Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 16 Oct 2024 09:39:08 +0200 Subject: [PATCH] Div kleinere verbesserungen --- Belevo_Server_Kommunikation/module.php | 4 ++-- library.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 5c5c48f..6260fc1 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -109,11 +109,11 @@ $netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug")); // Werte in ein Array packen $data = [ "measurement" => $this->ReadPropertyString("Anlagenummer"), - "field" =>[ + "fields" =>[ //"G_BT_5M_0" => $this->GetValue("G_BT_5M_0"), //"G_SK_5M_3" => $this->GetValue("G_SK_5M_3"), //"G_SK_5M_4" => $this->GetValue("G_SK_5M_4"), - "E_PNB_5M_0" => $netzbezug, + "E_PNB_5M_0" => $netzbezug ] ]; diff --git a/library.json b/library.json index 9be6957..9ac0082 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.43", + "version": "0.44", "build": 0, "date": 0 } \ No newline at end of file