fixed some typos and restructured some text.

This commit is contained in:
2020-03-03 18:38:24 +01:00
parent 2777cd8046
commit 6511439bf5

View File

@@ -6,7 +6,7 @@
# otherwise INFO is a good value. # otherwise INFO is a good value.
loglevel: DEBUG loglevel: DEBUG
# Set interval in which PyFan is checking your temp sources and adjusts PWM values. # Set interval (seconds) in which PyFan is checking your temp sources and adjusts PWM values.
interval: 1 interval: 1
thermalzones: thermalzones:
@@ -19,10 +19,10 @@ thermalzones:
# Define all fans that this thermal zone is going to control. # Define all fans that this thermal zone is going to control.
# There is no limit to how many fans one thermal zone can control. # There is no limit to how many fans one thermal zone can control.
# You can have different limitations on your fans, for example: # You can have different limitations on your fans, for example:
# - amdgpu/pwm1: 170 # - amdgpu/pwm1: 170
# means your GPU fan's pwm1 is never getting set higher than 170, limiting its max. rpm value. # means your GPU fan's pwm1 is never getting set higher than 170, limiting its max. rpm value.
# You can specify an lower limit as well: # You can specify an lower limit as well:
# - it8686/pwm1: [100, 200] # - it8686/pwm1: [100, 200]
# means your fan's pwm is never set under 100, and never over 200. # means your fan's pwm is never set under 100, and never over 200.
fan: fan:
- it8686/pwm2 - it8686/pwm2