no message

This commit is contained in:
belevo\mh
2025-09-30 14:53:32 +02:00
parent 14aeff2406
commit bc4fc2bbf8
5 changed files with 105 additions and 0 deletions

View File

@@ -47,11 +47,13 @@ class Pufferspeicher extends IPSModule
$this->SetValue("Idle", true);
$this->RegisterTimer("Timer_Do_UserCalc_Boiler",$this->ReadPropertyInteger("Interval")*1000,"IPS_RequestAction(" .$this->InstanceID .', "Do_UserCalc", "");');
}
public function ApplyChanges()
{
parent::ApplyChanges();
$this->SetTimerInterval("Timer_Do_UserCalc_Boiler",$this->ReadPropertyInteger("Interval")*1000);
}
public function RequestAction($Ident, $Value)
{
switch ($Ident) {