mosquitto-clients for all
This commit is contained in:
@@ -21,7 +21,7 @@ prom_collect_dir = getenv('RPI_PROM_COLLECTDIR','/tmp/textfile-collector')
|
||||
prom_collect_file = prom_collect_dir + '/rpi_fan.prom'
|
||||
|
||||
# Configurable temperature and fan speed steps
|
||||
tempSteps = [55, 57, 60, 65, 70] # [°C]
|
||||
tempSteps = [60, 63, 66, 70, 75] # [°C]
|
||||
speedSteps = [0, 70, 80, 90, 100] # [%]
|
||||
# tempSteps = [40, 45]
|
||||
# speedSteps = [0, 100]
|
||||
|
||||
Reference in New Issue
Block a user