fehler nochmal behoben...

This commit is contained in:
2024-11-11 08:13:02 +01:00
parent 9f3e27a1d6
commit 6824a50594
2 changed files with 2 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ class WP_Steuerung extends IPSModule {
if($this->GetValue("WP_Laufzeit_Zahler")<(20*12)){ if($this->GetValue("WP_Laufzeit_Zahler")<(20*12)){
$this->SetValue("PowerSteps", json_encode([GetValue("CurrentPower")])); $this->SetValue("PowerSteps", json_encode([$this->GetValue("CurrentPower")]));
}else{ }else{

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.108", "version": "0.109",
"build": 0, "build": 0,
"date": 0 "date": 0
} }