no message
This commit is contained in:
@@ -323,7 +323,8 @@ class Ladestation_Universal extends IPSModule
|
||||
|
||||
if(($this->GetValue("Aktuelle_Leistung")<(0.8*$this->GetValue("Power"))) && $this->GetValue("Power")>0){
|
||||
|
||||
$this->SetValue("Power_Count", $this->GetValue("Power_Count")+1);
|
||||
$dummy = $this->GetValue("Power_Count")+1
|
||||
$this->SetValue("Power_Count", $dummy);
|
||||
|
||||
}elseif($this->GetValue("Power_Count")<=8) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user