v1.4. New module: mod_regular_script

This commit is contained in:
gSpot
2025-02-16 16:26:43 +03:00
parent 90b711f55e
commit dd46273f24
20 changed files with 210 additions and 40 deletions

View File

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

View File

@@ -80,7 +80,7 @@ function Module:init(t)
end
end
function Module:run(currentStatus, lastStatus, timeDiff)
function Module:run(currentStatus, lastStatus, timeDiff, timeNow)
if not self._enabled then
return
end