From dd485874251319c1e6c6d97c061e8731e41270da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 30 Oct 2025 07:24:07 +0100 Subject: [PATCH] no message --- Manager/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manager/module.php b/Manager/module.php index 4a1f8ac..49381d7 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -202,13 +202,13 @@ class Manager extends IPSModule $Is_Peak_Shaving = true; } - elseif( $this->("Is_Peak_Shaving")==false){ + elseif( $this->GetValue("Is_Peak_Shaving")==false){ $remainingPower = -1 * (-1 * $Ueberschussleistung + $Netzbezug); $Is_Peak_Shaving = false; } - elseif( $this->("Is_Peak_Shaving")==true){ + elseif( $this->GetValue("Is_Peak_Shaving")==true){ $remainingPower = $Peakleistung - $Netzbezug; $Is_Peak_Shaving = true;