gluon-geolocator: change check_site.lua

This commit is contained in:
Jan-Tarek Butt 2017-08-04 20:08:32 +02:00
parent 03606b2ac5
commit 84832705ec

View File

@ -1,2 +1,5 @@
need_number('config_mode.geolocation.autolocation', false)
need_number('config_mode.geolocation.interval', false)
if need_table('geolocator', nil, false) then
need_number('geolocator.autolocation', false)
need_number('geolocator.interval', false)
need_string_array_match('geolocator.blacklist', '^%w+:%w+:%w+:%w+:%w+:%w+$', false)
end