From 531c7907cd0849e90538ffbc94bf45be0da0dd5b Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 4 May 2026 19:20:32 +0200 Subject: [PATCH] no message --- Bat_EV_SDL_V4/module.php | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Bat_EV_SDL_V4/module.php b/Bat_EV_SDL_V4/module.php index e13dc46..b22c77e 100644 --- a/Bat_EV_SDL_V4/module.php +++ b/Bat_EV_SDL_V4/module.php @@ -88,23 +88,6 @@ class Bat_EV_SDL_V4 extends IPSModule return; } - if ($Ident === "SDL_Reset") { - if ((bool)$Value) { - $this->ResetVirtualAccount("SDL"); - SetValue($this->GetIDForIdent("SDL_Reset"), false); - $this->Update(); - } - return; - } - - if ($Ident === "EV_Reset") { - if ((bool)$Value) { - $this->ResetVirtualAccount("EV"); - SetValue($this->GetIDForIdent("EV_Reset"), false); - $this->Update(); - } - return; - } throw new Exception("Invalid Ident: " . $Ident); }