From 9f3e27a1d6711a20c600d7b84eefe8a07d724222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 11 Nov 2024 08:01:54 +0100 Subject: [PATCH] Kleiner Fehler mit Powersteps behoben --- WP_Steuerung/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WP_Steuerung/module.php b/WP_Steuerung/module.php index 759a704..3c5a1aa 100644 --- a/WP_Steuerung/module.php +++ b/WP_Steuerung/module.php @@ -220,7 +220,7 @@ class WP_Steuerung extends IPSModule { if($this->GetValue("WP_Laufzeit_Zahler")<(20*12)){ - $this->SetValue("PowerSteps", json_encode([$this->ReadPropertyInteger("CurrentPower")])); + $this->SetValue("PowerSteps", json_encode([GetValue("CurrentPower")])); }else{ diff --git a/library.json b/library.json index fa779b2..f20ef1a 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.107", + "version": "0.108", "build": 0, "date": 0 } \ No newline at end of file