no message

This commit is contained in:
belevo\mh
2025-09-25 10:47:50 +02:00
parent ee2d4d0f12
commit de12ed64a9

View File

@@ -90,9 +90,9 @@ class Puffer extends IPSModule
{
// Schalte Kontakt Teillast und Vollast entsprechend der Power-Einstellung
if ($power == $this->ReadPropertyInteger("PufferLeistung")) {
SetValue($this->ReadPropertyBool("Heizkontakt_Puffer"), true);
SetValue($this->ReadPropertyBoolean("Heizkontakt_Puffer"), true);
} else {
SetValue($this->ReadPropertyBool("Heizkontakt_Puffer"), false);
SetValue($this->ReadPropertyBoolean("Heizkontakt_Puffer"), false);
}
// Prüfe auf Änderung der Power im Vergleich zur letzten Einstellung