Kleiner Fehler mit Powersteps behoben
This commit is contained in:
@@ -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([$this->ReadPropertyInteger("CurrentPower")]));
|
$this->SetValue("PowerSteps", json_encode([GetValue("CurrentPower")]));
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "0.107",
|
"version": "0.108",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user