no message

This commit is contained in:
2025-09-22 07:32:29 +02:00
parent 545f180637
commit 258865586d

View File

@@ -736,7 +736,7 @@ class Ladestation_v2 extends IPSModule
if($counter>(90/($this->ReadPropertyInteger("Interval")))){
$this->SetValue("Pending_Counter", 0);
if(max(json_decode($this->GetValue("PowerSteps")))==$this->GetVaue($power)){
if(max(json_decode($this->GetValue("PowerSteps")))==$this->GetVaue("Power")){
$this->Calc_Max_Current($this->GetValue("Is_1_ph"));
}