no message
This commit is contained in:
@@ -107,7 +107,7 @@ class Verbraucher_extern extends IPSModule
|
|||||||
foreach ($verbraucherListe as $verbraucher) {
|
foreach ($verbraucherListe as $verbraucher) {
|
||||||
$writeVarID = $verbraucher['Write_Var'];
|
$writeVarID = $verbraucher['Write_Var'];
|
||||||
$pNenn = $verbraucher['P_Nenn'];
|
$pNenn = $verbraucher['P_Nenn'];
|
||||||
$this->SetValue($writeVarID, in_array($pNenn, $kombinationen) ? 1 : 0);
|
$this->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