Update temp.inc.sh
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user