no message

This commit is contained in:
2025-09-23 11:49:26 +02:00
parent 9476239ff2
commit a5f07e3e77

View File

@@ -738,7 +738,7 @@ class Ladestation_v2 extends IPSModule
$this->SetValue("Pending_Counter", 0);
if((max(json_decode($this->GetValue("PowerSteps")))==$this->GetValue("Aktuelle_Power"))&&(max(json_decode($this->GetValue("PowerSteps"))>0))){
if((max(json_decode($this->GetValue("PowerSteps")))==$this->GetValue("Power"))&&(max(json_decode($this->GetValue("PowerSteps"))>0))){
$this->Calc_Max_Current($this->GetValue("Is_1_ph"));
}