From 422ea69b4f8265e72f61f565586a087a61daaa24 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 20 Jan 2026 11:52:24 +0100 Subject: [PATCH] no message --- PV_Forecast_plotmemory/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PV_Forecast_plotmemory/module.php b/PV_Forecast_plotmemory/module.php index 0145c32..3f92ed6 100644 --- a/PV_Forecast_plotmemory/module.php +++ b/PV_Forecast_plotmemory/module.php @@ -29,7 +29,7 @@ class PV_Forecast_plotmemory extends IPSModule $this->RegisterTimer("SnapshotTimer", 0, 'IPS_RequestAction($_IPS["TARGET"], "SnapshotTick", 0);'); // WebHook endpoint - $this->RegisterHook("/hook/solcastcompare"); + $this->RegisterHook("/hook/solcastcompare_plotmemory"); } public function ApplyChanges()