no message
This commit is contained in:
@@ -79,12 +79,17 @@ class Verbraucher_extern extends IPSModule
|
||||
foreach ($tempListe as &$wert) {
|
||||
$wert += $verbraucher['P_Nenn'];
|
||||
}
|
||||
unset($wert);
|
||||
$kombinationen = array_merge($kombinationen, $tempListe);
|
||||
unset($wert);
|
||||
IPS_LogMessage("Verbruacher extern", print_r($tempListe));
|
||||
|
||||
$kombinationen = array_merge($kombinationen, $tempListe);
|
||||
IPS_LogMessage("Verbruacher extern2", print_r($kombinationen));
|
||||
|
||||
}
|
||||
}
|
||||
$kombinationen = array_unique(sort($kombinationen));
|
||||
}
|
||||
IPS_LogMessage("Verbruacher extern3", print_r($kombinationen));
|
||||
}
|
||||
|
||||
|
||||
public function SetAktuelle_Leistung(float $power) {
|
||||
|
||||
Reference in New Issue
Block a user