no message

This commit is contained in:
belevo\mh
2025-09-30 15:03:23 +02:00
parent d8268aee2d
commit 7f6e5b5068
5 changed files with 1 additions and 417 deletions

View File

@@ -19,7 +19,6 @@ class Pufferspeicher extends IPSModule
$this->RegisterPropertyInteger("MaxAT_Temp", 20);
$this->RegisterPropertyInteger("MinAT_Temp", 0);
$this->RegisterPropertyBoolean("Puffertemperatur_glätten", false);
$this->RegisterPropertyString("Zeitplan", "");
$this->RegisterPropertyInteger("Interval", 5); // Recheninterval
// Puffer spezifische Variablen
@@ -53,7 +52,7 @@ class Pufferspeicher extends IPSModule
parent::ApplyChanges();
$this->SetTimerInterval("Timer_Do_UserCalc_Boiler",$this->ReadPropertyInteger("Interval")*1000);
}
public function RequestAction($Ident, $Value)
{
switch ($Ident) {