mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-16 03:18:35 +00:00
Amended update method to entire rounds
A single larger delay is now inserted once between entire rounds of status updates,
This commit is contained in:
@ -50,12 +50,11 @@
|
||||
<property id="app_timeout" type="number">0</property>
|
||||
|
||||
<!--
|
||||
Poll delay adds a user configurable delay (in milliseconds) to the status
|
||||
updates of each item in the watch menu that might be amended externally
|
||||
from the watch. A user has requested that it is possible to add this delay
|
||||
for an "always open" mode of operation, which then drains the watch battery
|
||||
from the additional API access activity. A Timer must have a minimum 50 ms
|
||||
value specified, so any value < 50 will be forced to 0.
|
||||
Poll delay adds a user configurable delay (in seconds) to each round of
|
||||
status updates of all item in the device's menu that might be amended
|
||||
externally from the watch. A user has requested that it is possible to add
|
||||
this delayfor an "always open" mode of operation, which then drains the
|
||||
watch battery from the additional API access activity.
|
||||
-->
|
||||
<property id="poll_delay" type="number">0</property>
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
<string id="SettingsClearCache">Should the application clear the existing cache next time it is started?</string>
|
||||
<string id="SettingsVibration">Should the application provide feedback via vibrations?</string>
|
||||
<string id="SettingsAppTimeout">Timeout in seconds. Exit the application after this period of inactivity to save the device battery.</string>
|
||||
<string id="SettingsPollDelay">Additional poll delay (in milliseconds). Adds a delay between the status update of menu items.</string>
|
||||
<string id="SettingsPollDelay">Additional poll delay (in seconds). Adds a delay between the status update of all menu items.</string>
|
||||
<string id="SettingsConfirmTimeout">After this time (in seconds), a confirmation dialog for an action is automatically closed and the action is cancelled. Set to 0 to disable the timeout.</string>
|
||||
<string id="SettingsTextAlign">Left (off) or Right (on) Menu Alignment.</string>
|
||||
<string id="LeftToRight">Left to right</string>
|
||||
|
Reference in New Issue
Block a user