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}"