ikk
This commit is contained in:
@@ -91,7 +91,7 @@ class Verbraucher_extern extends IPSModule
|
|||||||
$this->CheckIdle($power);
|
$this->CheckIdle($power);
|
||||||
|
|
||||||
$verbraucherListe = json_decode($this->ReadPropertyString("Verbraucher_Liste"), true);
|
$verbraucherListe = json_decode($this->ReadPropertyString("Verbraucher_Liste"), true);
|
||||||
$kombinationen = $this->kombinationenRekursiv($verbraucherListe, $power);
|
$kombinationen = [];//$this->kombinationenRekursiv($verbraucherListe, $power);
|
||||||
|
|
||||||
foreach ($verbraucherListe as $verbraucher) {
|
foreach ($verbraucherListe as $verbraucher) {
|
||||||
$writeVarID = $verbraucher['Write_Var'];
|
$writeVarID = $verbraucher['Write_Var'];
|
||||||
|
|||||||
Reference in New Issue
Block a user