no message

This commit is contained in:
2025-06-10 13:25:20 +02:00
parent 537c019f18
commit 76c40c8470

View File

@@ -132,7 +132,7 @@ class Ansteuerung_Askoheat extends IPSModule
// Methode zum Setzen des aktuellen Stromverbrauchs
public function SetAktuelle_Leistung(int $power)
{
RequestAction($this->ReadPropertyInteger("Variable_Leistung"), $power);
RequestAction($this->ReadPropertyInteger("Variable_Leistung"), $power/7);
// Prüfe auf Änderung der Power im Vergleich zur letzten Einstellung
$lastPower = GetValue($this->GetIDForIdent("Aktuelle_Leistung"));