mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-16 03:06:47 -04:00
proxy: Split out per-file and re-export relevant proxies
This commit is contained in:
parent
72e633e336
commit
428350b4c7
20 changed files with 575 additions and 62 deletions
|
@ -235,7 +235,9 @@ async fn main() -> Result<()> {
|
|||
}
|
||||
}
|
||||
Commands::SetCpuScalingGovernor { governor } => {
|
||||
proxy.set_cpu_scaling_governor(governor.to_string()).await?;
|
||||
proxy
|
||||
.set_cpu_scaling_governor(governor.to_string().as_str())
|
||||
.await?;
|
||||
}
|
||||
Commands::GetGPUPowerProfiles => {
|
||||
let profiles = proxy.gpu_power_profiles().await?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue