diff --git a/Peakshaving/module.php b/Peakshaving/module.php index 13265fa..57af6fd 100644 --- a/Peakshaving/module.php +++ b/Peakshaving/module.php @@ -46,7 +46,7 @@ class Peakshaving extends IPSModule $this->EnableAction('ActivePower'); // Einmal täglich prüfen/übernehmen - $this->RegisterTimer('DailyUpdate', 0, 'Peakshaving_ApplyCurrentValues($_IPS[\'TARGET\']);'); + $this->RegisterTimer('DailyUpdate', 0, 'GEF_ApplyCurrentValues($_IPS[\'TARGET\']);'); } public function ApplyChanges()