From 6824a505948fbbd0a7003dbbab9615379ff69ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 11 Nov 2024 08:13:02 +0100 Subject: [PATCH] fehler nochmal 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 3c5a1aa..8fc1c66 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([GetValue("CurrentPower")])); + $this->SetValue("PowerSteps", json_encode([$this->GetValue("CurrentPower")])); }else{ diff --git a/library.json b/library.json index f20ef1a..73a92cb 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.108", + "version": "0.109", "build": 0, "date": 0 } \ No newline at end of file