mute false-positive underpower on cm4-based (v4) devices

This commit is contained in:
Maxim Devaev
2023-09-10 14:54:21 +03:00
parent 7900a243a2
commit cec03c4468
5 changed files with 17 additions and 8 deletions

View File

@@ -383,6 +383,7 @@ def _get_config_scheme() -> dict:
"extras": Option("/usr/share/kvmd/extras", type=valid_abs_dir),
"hw": {
"vcgencmd_cmd": Option(["/opt/vc/bin/vcgencmd"], type=valid_command),
"ignore_past": Option(False, type=valid_bool),
"state_poll": Option(10.0, type=valid_float_f01),
},
"fan": {