Add option to enable/disable active mode and make update_interval configurable (closes #11)
This commit is contained in:
parent
6f17edae14
commit
065163fdcc
7 changed files with 242 additions and 59 deletions
|
@ -7,5 +7,16 @@
|
|||
"task_stage_one": "Preparing, please wait...",
|
||||
"task_stage_two": "To login please scan the following QR Code with your Galaxy device. You can also login using this browser by clicking [here]({url}). \n\n\n\nUnable to scan the code? Go to [signin.samsung.com/key](https://signin.samsung.com/key/) and enter the following code:\n\n## ```{code}```\n"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"update_interval": "Update interval (seconds)",
|
||||
"active_mode_smarttags": "Use active mode for SmartTags. Might increase battery consumption.",
|
||||
"active_mode_others": "Use active mode for other devices (phones, watches, ...). Will heavily increase battery consumption."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue