Skip to content

Commit

Permalink
Merge pull request #312 from markusressel/bugfix/#310-fix-wrong-docum…
Browse files Browse the repository at this point in the history
…entation

fix wrong documentation
  • Loading branch information
markusressel authored Sep 20, 2024
2 parents fb40a71 + ea973b4 commit dba2d70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@ Please also make sure to read the section about
fans:
- id: cmd_fan
cmd:
# (optional) Command to apply a new PWM value (0..255)
# use "%pwm%" to specify where the target pwm value should be used withing the arguments
# Command to apply a new PWM value (0..255)
# Use "%pwm%" to specify where the target pwm value should be used withing the arguments
setPwm:
exec: /usr/bin/some-program
args: [ "--set", "%pwm%" ]
# (optional) Command to retrieve the current PWM value (0..255)
# Command to retrieve the current PWM value (0..255)
getPwm:
exec: /usr/bin/nvidia-settings
args: [ "-a", "someargument" ]
Expand Down

0 comments on commit dba2d70

Please sign in to comment.