no message

This commit is contained in:
2025-04-30 11:07:57 +02:00
parent 2bd1a4d16b
commit c11e1196df

View File

@@ -68,7 +68,7 @@ class Verbraucher_extern extends IPSModule
private function berechneKombinationen(array $verbraucherListe){ private function berechneKombinationen(array $verbraucherListe){
$kombinationen = []; $kombinationen = [0];
foreach ($verbraucherListe as $verbraucher) { foreach ($verbraucherListe as $verbraucher) {
if (GetValue($verbraucher['Read_Var']) == 1) { if (GetValue($verbraucher['Read_Var']) == 1) {