From 41bc6b2e018e5d3670f577cb9b5cbba9ac27da99 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 27 May 2026 11:36:56 +0200 Subject: [PATCH] no message --- Peakshaving/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()