From d43c36afcbdb71dcc5b69ab3f042585d79b9a341 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 5 Nov 2024 11:02:37 +0100 Subject: [PATCH] syntax fehler --- 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 76a8f28..04f9180 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -97,7 +97,7 @@ class Belevo_Server_Kommunikation extends IPSModule public function MakeJson() { $netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug")); -$an_nummer = GetProperty($this->ReadPropertyString("Anlagenummer");) +$an_nummer = GetProperty($this->ReadPropertyString("Anlagenummer")); $InfluxJaNein = $this->ReadPropertyBoolean("InfluxJaNein"); //$this->SetValue("E_PNB_5M_0", $netzbezug); diff --git a/library.json b/library.json index 6685399..19270ae 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.67", + "version": "0.68", "build": 0, "date": 0 } \ No newline at end of file