Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
packages
Commits
2397c1b9
Commit
2397c1b9
authored
9 years ago
by
Jan-Tarek Butt
Browse files
Options
Downloads
Patches
Plain Diff
change if nesting
parent
414da79c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ffnw-config-mode-geo-location/files/lib/gluon/config-mode/wizard/0400-geo-location.lua
+27
-31
27 additions, 31 deletions
.../files/lib/gluon/config-mode/wizard/0400-geo-location.lua
with
27 additions
and
31 deletions
ffnw-config-mode-geo-location/files/lib/gluon/config-mode/wizard/0400-geo-location.lua
+
27
−
31
View file @
2397c1b9
...
...
@@ -12,40 +12,38 @@ function M.section(form)
local
o
o
=
s
:
option
(
cbi
.
Flag
,
"_auto
_
location"
,
i18n
.
translate
(
"
Show node on the map via
automatic localization"
))
o
.
default
=
uci
:
get_first
(
"gluon-node-info"
,
"location"
,
"
share
_location"
,
o
.
disabled
)
o
.
rmempty
=
tru
e
o
=
s
:
option
(
cbi
.
Flag
,
"_autolocation"
,
i18n
.
translate
(
"
Enable
automatic localization
via wifi
"
))
o
.
default
=
uci
:
get_first
(
"gluon-node-info"
,
"location"
,
"
auto
_location"
,
o
.
disabled
)
o
.
rmempty
=
fals
e
o
=
s
:
option
(
cbi
.
Value
,
"_interval"
,
i18n
.
translate
(
"Interval in minutes"
))
o
.
value
=
uci
:
get_first
(
"gluon-node-info"
,
"location"
,
"refresh_interval"
)
o
:
depends
(
"_auto
_
location"
,
"1"
)
o
:
depends
(
"_autolocation"
,
"1"
)
o
.
rmempty
=
false
o
.
datatype
=
"integer"
o
.
description
=
i18n
.
translatef
(
"sed refresh interval the default is ons a day"
)
o
.
description
=
i18n
.
translatef
(
"sed refresh interval
,
the default is ons a day"
)
o
=
s
:
option
(
cbi
.
Flag
,
"_static
_
location"
,
i18n
.
translate
(
"Set location ma
n
ualy"
))
o
=
s
:
option
(
cbi
.
Flag
,
"_staticlocation"
,
i18n
.
translate
(
"Set location mau
n
aly"
))
o
.
default
=
uci
:
get_first
(
"gluon-node-info"
,
"location"
,
"static_location"
,
o
.
disabled
)
o
:
depends
(
"_auto_location"
,
"1"
)
o
.
rmempty
=
true
o
.
description
=
i18n
.
translatef
(
"the wifi locator will be still running in the backround but not overwriting the location"
)
o
.
rmempty
=
false
o
=
s
:
option
(
cbi
.
Value
,
"_latitude"
,
i18n
.
translate
(
"Latitude"
))
o
.
default
=
uci
:
get_first
(
"gluon-node-info"
,
"location"
,
"latitude"
)
o
:
depends
(
"_static
_
location"
,
"1"
)
o
:
depends
(
"_staticlocation"
,
"1"
)
o
.
rmempty
=
false
o
.
datatype
=
"float"
o
.
description
=
i18n
.
translatef
(
"e.g. %s"
,
"53.873621"
)
o
=
s
:
option
(
cbi
.
Value
,
"_longitude"
,
i18n
.
translate
(
"Longitude"
))
o
.
default
=
uci
:
get_first
(
"gluon-node-info"
,
"location"
,
"longitude"
)
o
:
depends
(
"_static
_
location"
,
"1"
)
o
:
depends
(
"_staticlocation"
,
"1"
)
o
.
rmempty
=
false
o
.
datatype
=
"float"
o
.
description
=
i18n
.
translatef
(
"e.g. %s"
,
"10.689901"
)
o
=
s
:
option
(
cbi
.
Value
,
"_altitude"
,
i18n
.
translate
(
"Altitude"
))
o
.
default
=
uci
:
get_first
(
"gluon-node-info"
,
"location"
,
"altitude"
)
o
:
depends
(
"_static
_
location"
,
"1"
)
o
:
depends
(
"_staticlocation"
,
"1"
)
o
.
rmempty
=
true
o
.
datatype
=
"float"
o
.
description
=
i18n
.
translatef
(
"e.g. %s"
,
"11.51"
)
...
...
@@ -54,29 +52,27 @@ end
function
M
.
handle
(
data
)
local
sname
=
uci
:
get_first
(
"gluon-node-info"
,
"location"
)
-- _auto_location
-- _interval
-- _static_location
-- _latitude
-- _longitude
-- _altitude
uci
:
set
(
"gluon-node-info"
,
sname
,
"auto_location"
,
data
.
_autolocation
)
uci
:
set
(
"gluon-node-info"
,
sname
,
"static_location"
,
data
.
_staticlocation
)
-- uci:set("gluon-node-info", sname, "share_location", data._auto_location)
-- uci:set("gluon-node-info", sname, "static_location", data._static_location)
if
data
.
_auto_location
then
if
data
.
_interval
~=
nil
and
data
.
_interval
>=
2
and
data
.
_interval
<=
43200
then
if
data
.
_autolocation
==
'1'
then
if
data
.
_interval
~=
nil
and
data
.
_interval
>=
'1'
and
data
.
_interval
<=
'43200'
then
uci
:
set
(
"gluon-node-info"
,
sname
,
"refresh_interval"
,
data
.
_interval
)
elseif
data
.
_interval
>
'43200'
then
uci
:
set
(
"gluon-node-info"
,
sname
,
"refresh_interval"
,
43200
)
end
if
data
.
_static_location
and
data
.
_latitude
~=
nil
and
data
.
_longitude
~=
nil
th
en
uci
:
set
(
"gluon-node-info"
,
sname
,
"
static
_
location
"
,
data
.
_static_location
)
uci
:
set
(
"gluon-node-info"
,
sname
,
"
latitude"
,
data
.
_latitude
)
uci
:
set
(
"gluon-node-info"
,
sname
,
"l
ong
itude"
,
data
.
_l
ong
itude
)
if
data
.
_
alt
itude
~=
nil
then
uci
:
set
(
"gluon-node-info"
,
sname
,
"altitude"
,
data
.
_altitude
)
else
uci
:
delete
(
"gluon-node-info"
,
sname
,
"altitude"
)
end
en
d
if
data
.
_
staticlocation
==
'1'
and
data
.
_latitude
~=
nil
and
data
.
_longitude
~=
nil
then
uci
:
set
(
"gluon-node-info"
,
sname
,
"
share_location"
,
data
.
_staticlocation
)
uci
:
set
(
"gluon-node-info"
,
sname
,
"l
at
itude"
,
data
.
_l
at
itude
)
uci
:
set
(
"gluon-node-info"
,
sname
,
"longitude"
,
data
.
_
long
itude
)
if
data
.
_altitude
~=
nil
then
uci
:
set
(
"gluon-node-info"
,
sname
,
"altitude"
,
data
.
_altitude
)
else
uci
:
delete
(
"gluon-node-info"
,
sname
,
"altitude"
)
end
else
uci
:
set
(
"gluon-node-info"
,
sname
,
"share_location"
,
data
.
_staticlocation
)
end
uci
:
save
(
"gluon-node-info"
)
uci
:
commit
(
"gluon-node-info"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment