no message

This commit is contained in:
2025-04-14 10:49:16 +02:00
parent 8bd772c13c
commit 9bb186ae8f

View File

@@ -79,16 +79,13 @@ class Verbraucher_extern extends IPSModule
foreach ($tempListe as &$wert) {
$wert += $verbraucher['P_Nenn'];
}
unset($wert);
IPS_LogMessage("Verbruacher extern", print_r($tempListe));
unset($wert);
$kombinationen = array_merge($kombinationen, $tempListe);
IPS_LogMessage("Verbruacher extern2", print_r($kombinationen));
}
}
$kombinationen = array_unique(sort($kombinationen));
IPS_LogMessage("Verbruacher extern3", print_r($kombinationen));
sort($kombinationen)
$kombinationen = array_unique($kombinationen);
}