From 496599cbceda6aae38332891deddd74673ea1eb5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 9 Jan 2024 22:38:00 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index c87b7a66..80cc5501 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -16,7 +16,6 @@ START_POWERWALL_FAN(){ pwmconfig & sleep 4s killall pwmconfig - sleep 1s temp_c=$(cat /sys/class/hwmon/hwmon2/fan1_input) if [ ${temp_c} -gt 0 ]; then SENDNOTICE "Starting up the ${SENSOR}" "Startup confirmed, the fan is now reading: ${temp_c}"