From d17bfc8b2fc3bc4d1c9dbe5b4af6adce56a80510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 7 Aug 2025 09:44:02 +0200 Subject: [PATCH] no message --- HauptManager/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index bd7ef55..590b423 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -466,7 +466,7 @@ class HauptManager extends IPSModule //$schreibleistung = max($leistung, $minimalleistung); if (abs($leistung["Set_Leistung"]) > abs($minimalleistung)) { - $leistung = $leistung["Set_Leistung"]; + $leistung = $leistung["Set_Leistung"]*-1; } else { $leistung = $minimalleistung; }