diff --git a/Verbraucher_extern/module.php b/Verbraucher_extern/module.php index abd6ace..1b42746 100644 --- a/Verbraucher_extern/module.php +++ b/Verbraucher_extern/module.php @@ -91,7 +91,7 @@ class Verbraucher_extern extends IPSModule $this->CheckIdle($power); $verbraucherListe = json_decode($this->ReadPropertyString("Verbraucher_Liste"), true); - $kombinationen = $this->kombinationenRekursiv($verbraucherListe, $power); + $kombinationen = [];//$this->kombinationenRekursiv($verbraucherListe, $power); foreach ($verbraucherListe as $verbraucher) { $writeVarID = $verbraucher['Write_Var'];