no message

This commit is contained in:
dh
2025-04-14 10:49:16 +02:00
parent 8bd772c13c
commit 9bb186ae8f
+3 -6
View File
@@ -79,16 +79,13 @@ class Verbraucher_extern extends IPSModule
foreach ($tempListe as &$wert) { foreach ($tempListe as &$wert) {
$wert += $verbraucher['P_Nenn']; $wert += $verbraucher['P_Nenn'];
} }
unset($wert); unset($wert);
IPS_LogMessage("Verbruacher extern", print_r($tempListe));
$kombinationen = array_merge($kombinationen, $tempListe); $kombinationen = array_merge($kombinationen, $tempListe);
IPS_LogMessage("Verbruacher extern2", print_r($kombinationen));
} }
} }
$kombinationen = array_unique(sort($kombinationen)); sort($kombinationen)
IPS_LogMessage("Verbruacher extern3", print_r($kombinationen)); $kombinationen = array_unique($kombinationen);
} }