From 7a07a0acc2b4b9d613af2ffe3404fe493f6cfe50 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 4 May 2026 14:28:52 +0200 Subject: [PATCH] no message --- Bat_EV_SDL_V4/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bat_EV_SDL_V4/module.php b/Bat_EV_SDL_V4/module.php index 189a1c4..21d2998 100644 --- a/Bat_EV_SDL_V4/module.php +++ b/Bat_EV_SDL_V4/module.php @@ -39,7 +39,7 @@ class Bat_EV_SDL_V4 extends IPSModule $this->RegisterVariableString("CalcJSON", "Berechnung JSON", "", 99); - $this->RegisterTimer("UpdateTimer", 0, 'BEVSDL4_Update($_IPS["TARGET"]);'); + $this->RegisterTimer("UpdateTimer", 0, 'GEF_Update($_IPS["TARGET"]);'); } public function ApplyChanges()