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