Add option to enable/disable active mode and make update_interval configurable (closes #11)

This commit is contained in:
freybene 2024-06-19 12:15:05 +02:00
parent 6f17edae14
commit 065163fdcc
7 changed files with 242 additions and 59 deletions

View file

@ -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![QR Code](data:image/png;base64,{qr_code})\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."
}
}
}
}
}
}