diff --git a/Boiler_2_Stufig_Mit_Fueler/module.php b/Boiler_2_Stufig_Mit_Fueler/module.php index 5c96ef4..f5a50e0 100644 --- a/Boiler_2_Stufig_Mit_Fueler/module.php +++ b/Boiler_2_Stufig_Mit_Fueler/module.php @@ -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) diff --git a/library.json b/library.json index fec8441..b30908b 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.266", + "version": "0.267", "build": 0, "date": 0