Fix: Further refine the CLI for fan curve control

Should close #385
This commit is contained in:
Luke D. Jones
2023-08-01 19:30:33 +12:00
parent 2cce83d164
commit 11483b28a6
5 changed files with 40 additions and 13 deletions

View File

@@ -51,7 +51,7 @@ trait Profile {
/// Set a single fan curve for a profile to enabled status. Will also
/// activate a fan curve.
async fn set_profile_fan_curve_enabled(
&mut self,
&self,
profile: Profile,
fan: FanCurvePU,
enabled: bool,