From 6e34741442c6b8457a0e7c4ea96c2951b4fee541 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 9 Jan 2024 22:26:20 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 4bb76a56..6c71179c 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -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