summaryrefslogtreecommitdiff
path: root/prog/pwm/fancontrol.8
diff options
context:
space:
mode:
Diffstat (limited to 'prog/pwm/fancontrol.8')
-rw-r--r--prog/pwm/fancontrol.85
1 files changed, 5 insertions, 0 deletions
diff --git a/prog/pwm/fancontrol.8 b/prog/pwm/fancontrol.8
index 98fc5e59..43325903 100644
--- a/prog/pwm/fancontrol.8
+++ b/prog/pwm/fancontrol.8
@@ -80,6 +80,11 @@ If this value isn't defined, it defaults to 0 (stopped fan).
.B MAXPWM
The PWM value to use when the temperature is over MAXTEMP.
If this value isn't defined, it defaults to 255 (full speed).
+.TP
+.B AVERAGE
+How many last temperature readings are used to average the temperature.
+It can be used to smoothen short temperature peaks.
+If this value isn't defined, it defaults to 1 (no averaging).
.PP
The configuration file format is a bit strange:
.IP