Version 2.2.6b

(type correction for  sweeper)
This commit is contained in:
Christian Franz 2024-06-20 13:24:21 +02:00
parent 0aca69967c
commit 0513fac2f2

View File

@ -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()