no message

This commit is contained in:
2025-04-14 13:45:41 +02:00
parent be2382bd3a
commit 1cbae2ce7d

View File

@@ -132,13 +132,7 @@ class Verbraucher_extern extends IPSModule
$this->CheckIdle($power);
$verbraucherListe = json_decode($this->ReadPropertyString("Verbraucher_Liste"), true);
$kombinationen = [];//$this->kombinationenRekursiv($verbraucherListe, $power);
foreach ($verbraucherListe as $verbraucher) {
$writeVarID = $verbraucher['Write_Var'];
$pNenn = $verbraucher['P_Nenn'];
SetValue($writeVarID, 4);
}
$this->berechneInverseKombinationen();
$this->SetValue("Leistung_Delta", GetValue($this->ReadPropertyInteger("delta_power")));
}