mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
otg: init_delay
This commit is contained in:
@@ -193,6 +193,7 @@ def _get_config_scheme() -> Dict:
|
||||
"force_users": Option([], type=valid_users_list),
|
||||
# Dynamic content
|
||||
},
|
||||
|
||||
"external": {
|
||||
"type": Option(""),
|
||||
},
|
||||
@@ -249,7 +250,11 @@ def _get_config_scheme() -> Dict:
|
||||
"product": Option("Composite KVM Device"),
|
||||
"serial_number": Option("CAFEBABE"),
|
||||
"udc": Option(""),
|
||||
"acm": Option(True, type=valid_bool),
|
||||
"init_delay": Option(3.0, type=valid_float_f01),
|
||||
|
||||
"acm": {
|
||||
"enabled": Option(True, type=valid_bool),
|
||||
},
|
||||
},
|
||||
|
||||
"ipmi": {
|
||||
|
||||
Reference in New Issue
Block a user