From 8d61693fd9fc89c5544b62ed7eab917cd7309c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 24 Sep 2025 13:21:00 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 987202e..2fb685b 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -744,6 +744,8 @@ class Ladestation_v2 extends IPSModule 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")); + IPS_LogMessage("asdf5", "asdf5". (((int)(max(json_decode($this->GetValue("PowerSteps"))))==((int)$this->GetValue("Power")))&&((max(json_decode($this->GetValue("PowerSteps")))>0)))); + } }