Kleiner Fehler mit Powersteps behoben

This commit is contained in:
2024-11-11 08:01:54 +01:00
parent 8f39a351cd
commit 9f3e27a1d6
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)){
$this->SetValue("PowerSteps", json_encode([$this->ReadPropertyInteger("CurrentPower")]));
$this->SetValue("PowerSteps", json_encode([GetValue("CurrentPower")]));
}else{

View File

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