manager/user: Add BatteryChargeLimit1 interface (#12)

This commit is contained in:
Vicki Pfau 2025-01-13 22:42:22 -08:00
parent 02ed562bd0
commit 91890e5948
10 changed files with 292 additions and 36 deletions

View file

@ -336,6 +336,7 @@ pub mod test {
))),
tdp_limit: None,
gpu_clocks: None,
battery_charge_limit: None,
}));
let fan_control = FanControl::new(connection);