From 11608afb65e62f56a8fa4ee068bb8ac72a7ef36f Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 5 Nov 2024 11:37:38 +0100 Subject: [PATCH] weitere fehler..... --- Belevo_Server_Kommunikation/module.php | 6 +++--- library.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 4bd0df3..98f1a92 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -96,9 +96,9 @@ class Belevo_Server_Kommunikation extends IPSModule public function MakeJson() { -$netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug")); -$an_nummer = GetProperty($this->ReadPropertyString("Anlagenummer")); -$InfluxJaNein = $this->ReadPropertyBoolean("InfluxJaNein"); + $netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug")); + $an_nummer = $this->ReadPropertyString("Anlagenummer"); // Verwende ReadPropertyString, um die Anlagenummer zu lesen + $InfluxJaNein = $this->ReadPropertyBoolean("InfluxJaNein"); //$this->SetValue("E_PNB_5M_0", $netzbezug); // Werte in ein Array packen diff --git a/library.json b/library.json index ab5541a..841f623 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.72", + "version": "0.73", "build": 0, "date": 0 } \ No newline at end of file