no message
This commit is contained in:
@@ -132,13 +132,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);
|
$this->berechneInverseKombinationen();
|
||||||
|
|
||||||
foreach ($verbraucherListe as $verbraucher) {
|
|
||||||
$writeVarID = $verbraucher['Write_Var'];
|
|
||||||
$pNenn = $verbraucher['P_Nenn'];
|
|
||||||
SetValue($writeVarID, 4);
|
|
||||||
}
|
|
||||||
$this->SetValue("Leistung_Delta", GetValue($this->ReadPropertyInteger("delta_power")));
|
$this->SetValue("Leistung_Delta", GetValue($this->ReadPropertyInteger("delta_power")));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user