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) {
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"compatibility": {
|
||||
"version": "7.1"
|
||||
},
|
||||
"version": "1.218",
|
||||
"version": "1.219",
|
||||
"build": 0,
|
||||
"date": 0
|
||||
}
|
||||
Reference in New Issue
Block a user