From 3ecc20dc4ae0c6924bf3c32af35d47313c14a818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 25 Apr 2025 11:51:48 +0200 Subject: [PATCH] no message --- Verbraucher_Sperrbar/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Verbraucher_Sperrbar/module.php b/Verbraucher_Sperrbar/module.php index 69423f7..fddc3b3 100644 --- a/Verbraucher_Sperrbar/module.php +++ b/Verbraucher_Sperrbar/module.php @@ -170,7 +170,7 @@ class Verbraucher_Sperrbar extends IPSModule if($istSperre ==false && GetValue($this->ReadPropertyInteger("Leistung"))>=$this->ReadPropertyInteger("Mindestsperrleistung")){ $istSperre = true; $this->SetValue("Sperrung_Aktiv", true); - }elseif($istSperre ==true && GetValue($this->ReadPropertyInteger("Leistung"))<=$this->ReadPropertyInteger("Mindestsperrleistung")){ + }elseif($istSperre ==true && GetValue($this->ReadPropertyInteger("Leistung"))<$this->ReadPropertyInteger("Mindestsperrleistung")){ $istSperre = false; $this->SetValue("Sperrung_Aktiv", false); }