modules: bug fixes, refactoring

This commit is contained in:
gSpot
2025-02-21 17:36:43 +03:00
parent 6c19812db5
commit 8ad9c5a086
13 changed files with 166 additions and 132 deletions

View File

@@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=internet-detector-mod-modem-restart
PKG_VERSION:=1.4.1
PKG_VERSION:=1.4.2
PKG_RELEASE:=1
PKG_MAINTAINER:=gSpot <https://github.com/gSpotx2f/luci-app-internet-detector>

View File

@@ -19,7 +19,7 @@ local Module = {
status = nil,
_enabled = false,
_deadCounter = 0,
_restarted = false,
_restarted = true,
}
function Module:toggleIface(flag)