This commit is contained in:
Joseph Abbey
2024-01-11 17:41:05 +00:00
parent a211565810
commit de19fc94a7

View File

@ -30,28 +30,33 @@
--> -->
<property id="api_url" type="string"></property> <property id="api_url" type="string"></property>
<!-- Best be a public URL in order to work away from your home LAN and have a trusted HTTPS <!--
certificate --> Best be a public URL in order to work away from your
home LAN and have a trusted HTTPS certificate
-->
<property id="config_url" type="string"></property> <property id="config_url" type="string"></property>
<!-- Decide if the menu configuration should be cached. --> <!-- Decide if the menu configuration should be cached. -->
<property id="cache_config" type="boolean">false</property> <property id="cache_config" type="boolean">false</property>
<!-- Clear the menu configuration on next application start, and refetch, then set this back to <!--
false --> Clear the menu configuration on next application start,
and refetch, then set this back to false
-->
<property id="clear_cache" type="boolean">false</property> <property id="clear_cache" type="boolean">false</property>
<!-- <!--
Application timeout in seconds, except 0 for no timeout (default). After this amount of elapsed Application timeout in seconds, except 0 for no
time timeout (default). After this amount of elapsed
with no activity, exit the application. time with no activity, exit the application.
--> -->
<property id="app_timeout" type="number">0</property> <property id="app_timeout" type="number">0</property>
<!-- <!--
After this time (in seconds), a confirmation dialog for an action is automatically closed and the After this time (in seconds), a confirmation dialog
action for an action is automatically closed and the action
is cancelled. Set to 0 to disable the timeout. The default value is 3 seconds. is cancelled. Set to 0 to disable the timeout.
The default value is 3 seconds.
--> -->
<property id="confirm_timeout" type="number">3</property> <property id="confirm_timeout" type="number">3</property>
@ -68,8 +73,8 @@
<!-- <!--
Widget specific setting: Widget specific setting:
As soon as the menu has been fetched start show the menu of items. As soon as the menu has been fetched start show the menu of items.
This behaviour is inconsistent with the standard Garmin User Interface, but has been This behaviour is inconsistent with the standard Garmin User Interface,
requested by users so has been made the non-default option. but has been requested by users so has been made the non-default option.
--> -->
<property id="widget_start_no_tap" type="boolean">false</property> <property id="widget_start_no_tap" type="boolean">false</property>
@ -79,8 +84,8 @@
<property id="enable_battery_level" type="boolean">false</property> <property id="enable_battery_level" type="boolean">false</property>
<!-- <!--
If enabled by 'enable_battery_level', the refresh rate (in minutes) at which the background service If enabled by 'enable_battery_level', the refresh rate (in minutes) at
should repeat sending the battery level. which the background service should repeat sending the battery level.
--> -->
<property id="battery_level_refresh_rate" type="number">15</property> <property id="battery_level_refresh_rate" type="number">15</property>