G300无屏设备增加休眠时间

This commit is contained in:
yangjiaxuan 2023-09-08 09:43:01 +08:00
parent da56ee2f08
commit 670ee3c5fa
1 changed files with 17 additions and 0 deletions

View File

@ -1160,5 +1160,22 @@
"cur": true, "cur": true,
"default": true, "default": true,
"size": 4 "size": 4
},
"time-to-sleep": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "feeder",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "休眠时间",
"desc": "设置扫描仪的休眠时间",
"type": "string",
"cur": "不休眠",
"default": "不休眠",
"size": 24,
"range": ["不休眠", "五分钟", "十分钟", "半小时", "一小时", "两小时", "四小时"]
} }
} }