no message

This commit is contained in:
2025-09-24 13:17:01 +02:00
parent c47768e07e
commit 77e09e4564
+3 -2
View File
@@ -739,8 +739,9 @@ class Ladestation_v2 extends IPSModule
IPS_LogMessage("asdf1", "asdf1". max(json_decode($this->GetValue("PowerSteps"))));
IPS_LogMessage("asdf2", "asdf2". $this->GetValue("Power"));
IPS_LogMessage("asdf3", "asdf1". $this->GetValue("Power")==max(json_decode($this->GetValue("PowerSteps"))));
IPS_LogMessage("asdf4", "asdf1". max(json_decode($this->GetValue("PowerSteps"))>0));
IPS_LogMessage("asdf3", "asdf1". ($this->GetValue("Power")==max(json_decode($this->GetValue("PowerSteps")))));
IPS_LogMessage("asdf4", "asdf1". (((int)(max(json_decode($this->GetValue("PowerSteps"))))==((int)$this->GetValue("Power")))&&((max(json_decode($this->GetValue("PowerSteps")))>0))));
if(((int)(max(json_decode($this->GetValue("PowerSteps"))))==((int)$this->GetValue("Power")))&&((max(json_decode($this->GetValue("PowerSteps")))>0))){
$this->Calc_Max_Current($this->GetValue("Is_1_ph"));