Update temp.inc.sh

This commit is contained in:
2024-01-09 22:26:20 -06:00
parent d75d8ca3ca
commit 6e34741442

View File

@@ -435,6 +435,9 @@ CHECKTEMP_SERVICE_RUNSENSOR(){
pwmconfig &
sleep 5s
killall pwmconfig
sleep 2s
temp_c=$(cat /sys/class/hwmon/hwmon2/fan1_input)
SENDNOTICE "Starting up the ${SENSOR}" "${SENSOR} is now reading: ${temp_c}"
fi
fi