15 lines
394 B
YAML
15 lines
394 B
YAML
settings:
|
|
- key: dp_dev_audible_alert_mode
|
|
type: text_spin_button_item
|
|
title: "声音提示"
|
|
description: "标准:默认行为。<br>警告:仅在出现警告时发出声音。<br>关闭:完全静音。"
|
|
category: "Device"
|
|
condition: "not LITE"
|
|
default: 0
|
|
options:
|
|
- "标准"
|
|
- "警告"
|
|
- "关闭"
|
|
flags: PERSISTENT
|
|
param_type: INT
|