no message

This commit is contained in:
2025-03-21 14:50:24 +01:00
parent 526ac168af
commit 7c2a357e2a
2 changed files with 3 additions and 2 deletions

View File

@@ -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) {

View File

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