This commit is contained in:
2025-04-14 10:40:23 +02:00
parent fb671a9f5b
commit 3871ceea4f

View File

@@ -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'];