mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-05-04 06:32:37 +00:00
New poll delay property id
This commit is contained in:
@ -56,7 +56,7 @@
|
|||||||
this delayfor an "always open" mode of operation, which then drains the
|
this delayfor an "always open" mode of operation, which then drains the
|
||||||
watch battery from the additional API access activity.
|
watch battery from the additional API access activity.
|
||||||
-->
|
-->
|
||||||
<property id="poll_delay" type="number">0</property>
|
<property id="poll_delay_combined" type="number">5</property>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
After this time (in seconds), a confirmation dialog for an action is
|
After this time (in seconds), a confirmation dialog for an action is
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
</setting>
|
</setting>
|
||||||
|
|
||||||
<setting
|
<setting
|
||||||
propertyKey="@Properties.poll_delay"
|
propertyKey="@Properties.poll_delay_combined"
|
||||||
title="@Strings.SettingsPollDelay"
|
title="@Strings.SettingsPollDelay"
|
||||||
>
|
>
|
||||||
<settingConfig type="numeric" min="0" />
|
<settingConfig type="numeric" min="0" />
|
||||||
|
@ -57,7 +57,7 @@ class Settings {
|
|||||||
mClearCache = Properties.getValue("clear_cache");
|
mClearCache = Properties.getValue("clear_cache");
|
||||||
mVibrate = Properties.getValue("enable_vibration");
|
mVibrate = Properties.getValue("enable_vibration");
|
||||||
mAppTimeout = Properties.getValue("app_timeout");
|
mAppTimeout = Properties.getValue("app_timeout");
|
||||||
mPollDelay = Properties.getValue("poll_delay");
|
mPollDelay = Properties.getValue("poll_delay_combined");
|
||||||
mConfirmTimeout = Properties.getValue("confirm_timeout");
|
mConfirmTimeout = Properties.getValue("confirm_timeout");
|
||||||
mMenuAlignment = Properties.getValue("menu_alignment");
|
mMenuAlignment = Properties.getValue("menu_alignment");
|
||||||
mIsSensorsLevelEnabled = Properties.getValue("enable_battery_level");
|
mIsSensorsLevelEnabled = Properties.getValue("enable_battery_level");
|
||||||
|
Reference in New Issue
Block a user