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); }