config: Minor updates to example-extras.cfg

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2018-07-12 12:18:31 -04:00
parent 32a85edb16
commit 21563c5965
1 changed files with 9 additions and 9 deletions

View File

@ -241,8 +241,8 @@
# Temperature-triggered cooling fans (one may define any number of # Temperature-triggered cooling fans (one may define any number of
# sections with a "temperature_fan" prefix). A "temperature fan" is a # sections with a "temperature_fan" prefix). A "temperature fan" is a
# fan that will be enabled whenever its associated sensor is above a # fan that will be enabled whenever its associated sensor is above a
# set temperature. By default, a heater_fan has a shutdown_speed equal # set temperature. By default, a temperature_fan has a shutdown_speed
# to max_power. # equal to max_power.
#[temperature_fan my_temp_fan] #[temperature_fan my_temp_fan]
#pin: #pin:
#max_power: #max_power:
@ -273,9 +273,9 @@
# will be set to when the sensor temperature exceeds the set value. # will be set to when the sensor temperature exceeds the set value.
# The default is 1.0. # The default is 1.0.
#min_speed: 0.3 #min_speed: 0.3
# The minumin fan speed (expressed as a value from 0.0 to 1.0) that the fan # The minimum fan speed (expressed as a value from 0.0 to 1.0) that
# will be set to when the sensor temperature is the set value. # the fan will be set to when the sensor temperature is the set
# The default is 0.3. # value. The default is 0.3.
#control: watermark #control: watermark
# Control algorithm (either watermark or pid). This parameter must # Control algorithm (either watermark or pid). This parameter must
# be provided. # be provided.
@ -347,10 +347,10 @@
# The pin to configure as an output. This parameter must be # The pin to configure as an output. This parameter must be
# provided. # provided.
#pwm: False #pwm: False
# Set if the output pin should be capable of # Set if the output pin should be capable of pulse-width-modulation.
# pulse-width-modulation. If this is true, the value fields should # If this is true, the value fields should be between 0 and 1; if it
# be between 0 and 1; if it is false the value fields should be # is false the value fields should be either 0 or 1. The default is
# either 0 or 1. The default is False. # False.
#static_value: #static_value:
# If this is set, then the pin is assigned to this value at startup # If this is set, then the pin is assigned to this value at startup
# and the pin can not be changed during runtime. A static pin uses # and the pin can not be changed during runtime. A static pin uses