diff --git a/Pufferspeicher/module.php b/Pufferspeicher/module.php index 4466af4..3dc800d 100644 --- a/Pufferspeicher/module.php +++ b/Pufferspeicher/module.php @@ -13,7 +13,7 @@ class Pufferspeicher extends IPSModule public function ApplyChanges() { parent::ApplyChanges(); - $this->SetTimerInterval("Timer_Do_UserCalc_Boiler",$this->ReadPropertyInteger("Interval")*1000); + //$this->SetTimerInterval("Timer_Do_UserCalc_Boiler",$this->ReadPropertyInteger("Interval")*1000); } public function RequestAction($Ident, $Value)