This commit is contained in:
belevo\mh
2025-01-07 13:37:03 +01:00
parent 28c978ba84
commit 58b21dbe3a
2 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
$this->RegisterPropertyInteger("Boilerfuehler_PT1", 0);
$this->RegisterPropertyInteger("Kontakt_Teillast", 0);
$this->RegisterPropertyInteger("Kontakt_Volllast", 0);
$this->RegisterPropertyBoolean("Boilertemperatur_glätten", false);
// Boiler spezifische Variablen
@@ -44,7 +46,7 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
public function ApplyChanges()
{
parent::ApplyChanges();
$boilertemperatur_glätten = $this->ReadPropertyBoolean("Boilertemperatur_glätten");
}
public function RequestAction($Ident, $Value)