add Wifi LTE command execution

This commit is contained in:
Vincent Elger Zwanenburg
2025-07-10 16:50:15 +01:00
parent 460f247728
commit 172d4ad1e4
8 changed files with 368 additions and 31 deletions

View File

@ -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>

View File

@ -116,4 +116,11 @@
>
<settingConfig type="alphaNumeric" readonly="true" />
</setting>
<setting
propertyKey="@Properties.wifi_lte_execution"
title="@Strings.WifiLteExecution"
>
<settingConfig type="boolean" />
</setting>
</settings>