diff --git a/mote/v2/openwrt/package/flukso/luasrc/fluksod.lua b/mote/v2/openwrt/package/flukso/luasrc/fluksod.lua index c524db9..e4e269e 100755 --- a/mote/v2/openwrt/package/flukso/luasrc/fluksod.lua +++ b/mote/v2/openwrt/package/flukso/luasrc/fluksod.lua @@ -61,9 +61,9 @@ local WAN_FILTER = { [1] = {}, [2] = {}, [3] = {} } WAN_FILTER[1].span = 60 WAN_FILTER[1].offset = 0 WAN_FILTER[2].span = 900 -WAN_FILTER[2].offset = 3600 +WAN_FILTER[2].offset = 7200 WAN_FILTER[3].span = 86400 -WAN_FILTER[3].offset = 86400 +WAN_FILTER[3].offset = 172800 local WAN_BASE_URL = FLUKSO.daemon.wan_base_url .. 'sensor/' local WAN_KEY = '0123456789abcdef0123456789abcdef'