no message

This commit is contained in:
2026-05-27 11:36:56 +02:00
parent 6cf01efb05
commit 41bc6b2e01
+1 -1
View File
@@ -46,7 +46,7 @@ class Peakshaving extends IPSModule
$this->EnableAction('ActivePower'); $this->EnableAction('ActivePower');
// Einmal täglich prüfen/übernehmen // 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() public function ApplyChanges()