Method: AmdgpuFan::Cli#power_mode_low
- Defined in:
- lib/amdgpu_fan/cli.rb
#power_mode_low ⇒ Object
36 37 38 39 |
# File 'lib/amdgpu_fan/cli.rb', line 36 def power_mode_low amdgpu_service.set_performance_level('low') puts oneline_power_mode end |