mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
pikvm/pikvm#1347: added CPU and MEM to /api/info
This commit is contained in:
@@ -384,7 +384,7 @@ def _get_config_scheme() -> dict:
|
||||
"hw": {
|
||||
"vcgencmd_cmd": Option(["/usr/bin/vcgencmd"], type=valid_command),
|
||||
"ignore_past": Option(False, type=valid_bool),
|
||||
"state_poll": Option(10.0, type=valid_float_f01),
|
||||
"state_poll": Option(5.0, type=valid_float_f01),
|
||||
},
|
||||
"fan": {
|
||||
"daemon": Option("kvmd-fan", type=valid_stripped_string),
|
||||
|
||||
Reference in New Issue
Block a user