mosquitto-clients for all

This commit is contained in:
do
2020-06-06 14:07:36 +02:00
parent 610e1b514f
commit 14856bfff7
2 changed files with 2 additions and 1 deletions

View File

@@ -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]