From 2de1688b0889832ee767a83efbf10d103cf057e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 14 Mar 2025 10:22:12 +0100 Subject: [PATCH] syntaxfehler --- Batterie/module.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Batterie/module.php b/Batterie/module.php index a404ae9..fc87e08 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -86,9 +86,9 @@ class Batterie extends IPSModule $closestValue - $stepSizeSmall, $closestValue, $closestValue + $stepSizeSmall, - $closestValue + 2 * $stepSizeSmall - $closestValue + 3 * $stepSizeSmall - $closestValue + 4 * $stepSizeSmall + $closestValue + 2 * $stepSizeSmall, + $closestValue + 3 * $stepSizeSmall, + $closestValue + 4 * $stepSizeSmall, $closestValue + 5 * $stepSizeSmall ], function ($value) use ($maxleistung) { return $value >= -$maxleistung && $value <= $maxleistung;