modules: Module.onExit().

This commit is contained in:
gSpot
2025-04-06 15:35:03 +03:00
parent 5b669fe718
commit 36a70fa706
14 changed files with 74 additions and 22 deletions

View File

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

View File

@@ -99,4 +99,8 @@ function Module:run(currentStatus, lastStatus, timeDiff, timeNow, inetChecked)
end
end
function Module:onExit()
return true
end
return Module