implemented multiple fans

This commit is contained in:
2026-02-26 14:06:49 +01:00
parent 7e2bef58d2
commit cab39a6478
10 changed files with 101 additions and 44 deletions

View File

@@ -217,7 +217,7 @@ fn main() -> Result<()> {
cpu_temp: 0.0,
power_w: 0.0,
current_freq: 0.0,
fan_rpm: 0,
fans: Vec::new(),
governor: "detecting".to_string(),
pl1_limit: 0.0,
pl2_limit: 0.0,