16 lines
351 B
YAML
16 lines
351 B
YAML
settings:
|
|
- key: dp_dev_auto_shutdown_in
|
|
type: spin_button_item
|
|
title: "自动关机时间"
|
|
description: "0 分钟 = 立即关机"
|
|
category: "Device"
|
|
condition: "not MICI"
|
|
default: -5
|
|
min_val: -5
|
|
max_val: 300
|
|
step: 5
|
|
suffix: "分钟"
|
|
special_value_text: "关闭"
|
|
flags: PERSISTENT
|
|
param_type: INT
|