From c11e1196df2144fee4e4bbb2aaf798387a7b00ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 30 Apr 2025 11:07:57 +0200 Subject: [PATCH] no message --- Verbraucher_extern/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Verbraucher_extern/module.php b/Verbraucher_extern/module.php index 42855db..c5484c9 100644 --- a/Verbraucher_extern/module.php +++ b/Verbraucher_extern/module.php @@ -68,7 +68,7 @@ class Verbraucher_extern extends IPSModule private function berechneKombinationen(array $verbraucherListe){ - $kombinationen = []; + $kombinationen = [0]; foreach ($verbraucherListe as $verbraucher) { if (GetValue($verbraucher['Read_Var']) == 1) {