This commit is contained in:
2023-08-25 19:26:10 +02:00
parent 5ca5b76d7c
commit 78a925ff8a
4 changed files with 40 additions and 25 deletions

View File

@@ -52,6 +52,7 @@
"keys": [
"sw_auto_location",
"sc_location_refresh_time",
"etr_last_update",
"etr_latitude",
"etr_longitude"
]
@@ -134,6 +135,12 @@
"description": "Interval time to refresh the location via network (min)",
"dependency": "sw_auto_location"
},
"etr_last_update": {
"type": "entry",
"description": "Last location update",
"default": "",
"dependency": "sw_auto_location"
},
"etr_latitude": {
"type": "entry",
"default": "",