mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-03 02:18:34 +00:00
add Wifi LTE command execution
This commit is contained in:
@ -96,4 +96,9 @@
|
||||
-->
|
||||
<property id="webhook_id" type="string"></property>
|
||||
|
||||
<!--
|
||||
Enables the SyncDelegate and prompt to send a command over Wifi/LTE.
|
||||
This will only show when not connected to the user's phone.
|
||||
-->
|
||||
<property id="wifi_lte_execution" type="boolean">false</property>
|
||||
</properties>
|
||||
|
@ -116,4 +116,11 @@
|
||||
>
|
||||
<settingConfig type="alphaNumeric" readonly="true" />
|
||||
</setting>
|
||||
|
||||
<setting
|
||||
propertyKey="@Properties.wifi_lte_execution"
|
||||
title="@Strings.WifiLteExecution"
|
||||
>
|
||||
<settingConfig type="boolean" />
|
||||
</setting>
|
||||
</settings>
|
||||
|
Reference in New Issue
Block a user