From 9ed5471d6abc8fbcd78807992e178eb030f9d0f5 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Thu, 22 Jan 2026 14:26:25 +0100 Subject: [PATCH] no message --- Bat_EV_SDL/module.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Bat_EV_SDL/module.php b/Bat_EV_SDL/module.php index 5cd6ac6..2cb513c 100644 --- a/Bat_EV_SDL/module.php +++ b/Bat_EV_SDL/module.php @@ -30,8 +30,7 @@ class Bat_EV_SDL extends IPSModule // Optional: Voller JSON-Dump zum Debuggen/Weiterverarbeiten $this->RegisterVariableString("CalcJSON", "Berechnung (JSON)", "", 99); - // ---- Timer ---- - $this->RegisterTimer("UpdateTimer", 0, 'MyModule_Update($_IPS["TARGET"]);'); + } /* =========================== @@ -41,8 +40,6 @@ class Bat_EV_SDL extends IPSModule { parent::ApplyChanges(); - // z.B. alle 10s neu rechnen (0 = aus) - $this->SetTimerInterval("UpdateTimer", 10000); // Sofort nach Speichern einmal rechnen $this->Update();