From fd8e6006330990f7f356844bc7eebffffc15aacb Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 16 Oct 2024 15:38:56 +0200 Subject: [PATCH] evt Fehlerbehoben. Syntax Fehler --- Belevo_Server_Kommunikation/module.php | 2 ++ library.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 4756368..b6a5fb4 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -108,6 +108,8 @@ $netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug")); // Werte in ein Array packen $data = [ + "Organisation"=> "Belevo AG", + "Bucket"=> "NodeRed", "Measurement" => $this->ReadPropertyString("Anlagenummer"), "Field" =>[ //"G_BT_5M_0" => $this->GetValue("G_BT_5M_0"), diff --git a/library.json b/library.json index 5958b3e..ad5c85e 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.52", + "version": "0.53", "build": 0, "date": 0 } \ No newline at end of file