mirror of
				https://github.com/house-of-abbey/GarminHomeAssistant.git
				synced 2025-11-04 00:48:14 +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
 | 
			
		||||
    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
 | 
			
		||||
 
 | 
			
		||||
@@ -66,7 +66,7 @@
 | 
			
		||||
  </setting>
 | 
			
		||||
 | 
			
		||||
  <setting
 | 
			
		||||
    propertyKey="@Properties.poll_delay"
 | 
			
		||||
    propertyKey="@Properties.poll_delay_combined"
 | 
			
		||||
    title="@Strings.SettingsPollDelay"
 | 
			
		||||
  >
 | 
			
		||||
    <settingConfig type="numeric" min="0" />
 | 
			
		||||
 
 | 
			
		||||
@@ -57,7 +57,7 @@ class Settings {
 | 
			
		||||
        mClearCache            = Properties.getValue("clear_cache");
 | 
			
		||||
        mVibrate               = Properties.getValue("enable_vibration");
 | 
			
		||||
        mAppTimeout            = Properties.getValue("app_timeout");
 | 
			
		||||
        mPollDelay             = Properties.getValue("poll_delay");
 | 
			
		||||
        mPollDelay             = Properties.getValue("poll_delay_combined");
 | 
			
		||||
        mConfirmTimeout        = Properties.getValue("confirm_timeout");
 | 
			
		||||
        mMenuAlignment         = Properties.getValue("menu_alignment");
 | 
			
		||||
        mIsSensorsLevelEnabled = Properties.getValue("enable_battery_level");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user