From 6825ec17a0963195060c007f29449ad47ea084e9 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 16 Oct 2024 08:02:03 +0200 Subject: [PATCH] Variable zu Propertys --- 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 917bd54..008424d 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -101,7 +101,7 @@ $this->SetValue("G_SK_5M_3", $kontaktTeillast); $kontaktVolllast = $this->GetValue("Kontakt_Volllast"); $this->SetValue("G_SK_5M_4", $kontaktVolllast); */ -$netzbezug = $this->GetValue("Netzbezug"); +$netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug")); $this->SetValue("E_PNB_5M_0", $netzbezug); // Werte in ein Array packen diff --git a/library.json b/library.json index 188bba3..9ce7963 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.36", + "version": "0.37", "build": 0, "date": 0 } \ No newline at end of file