mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
Version 2.2.6b
(type correction for sweeper)
This commit is contained in:
parent
0aca69967c
commit
0513fac2f2
@ -114,7 +114,7 @@ function sweeper.readConfig()
|
|||||||
end
|
end
|
||||||
sweeper.name = "sweeperConfig" -- zones comaptibility
|
sweeper.name = "sweeperConfig" -- zones comaptibility
|
||||||
sweeper.interval = theZone:getNumberFromZoneProperty("interval", 5 * 60)
|
sweeper.interval = theZone:getNumberFromZoneProperty("interval", 5 * 60)
|
||||||
sewwper.verbose = theZone.verbose
|
sweeper.verbose = theZone.verbose
|
||||||
end
|
end
|
||||||
|
|
||||||
function sweeper.start()
|
function sweeper.start()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user