小改动

This commit is contained in:
Zhanghu
2026-03-12 15:33:49 +08:00
parent 40bfbd8ceb
commit 08144f5106
2 changed files with 6 additions and 8 deletions

View File

@@ -24,14 +24,9 @@
app:defaultValue="9600"
app:useSimpleSummaryProvider="true"
app:isPreferenceVisible="false"/>
<CheckBoxPreference
app:key="k_send_power_on_cmd"
app:title="APP 启动时重启电源插座"
app:summary="APP 启动时先关闭电源5秒后再打开电源"
app:defaultValue="true" />
<ListPreference
app:key="k_power_control_mode"
app:title="电源开关方式"
app:title="电源插座定时开关"
app:entries="@array/power_control_mode_entries"
app:entryValues="@array/power_control_mode_values"
app:defaultValue="1"
@@ -48,6 +43,11 @@
app:defaultValue="20:30"
app:summary="设置自动关电源的时间格式HH:mm"
app:useSimpleSummaryProvider="true" />
<CheckBoxPreference
app:key="k_send_power_on_cmd"
app:title="APP 启动时重启电源插座"
app:summary="APP 启动时先关闭电源5秒后再打开电源"
app:defaultValue="true" />
<Preference
app:key="k_clear_device"
app:title="串口设备路径"