mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
removed max_power option, added todo about remote wakeup
This commit is contained in:
@@ -478,7 +478,6 @@ def _get_config_scheme() -> Dict:
|
||||
"manufacturer": Option("Pi-KVM"),
|
||||
"product": Option("Composite KVM Device"),
|
||||
"serial": Option("CAFEBABE"),
|
||||
"max_power": Option(250, type=functools.partial(valid_number, min=0, max=500)),
|
||||
|
||||
"gadget": Option("kvmd", type=valid_otg_gadget),
|
||||
"config": Option("Pi-KVM device", type=valid_stripped_string_not_empty),
|
||||
|
||||
Reference in New Issue
Block a user