Update temp.inc.sh

This commit is contained in:
2024-10-28 15:20:26 -05:00
parent 1a175d670d
commit 0673a4b5ed

View File

@@ -18,7 +18,7 @@ START_POWERWALL_FAN(){
killall pwmconfig
temp_c=$(cat ${PW_FANINPUT})
if [ ${temp_c} -gt 0 ]; then
SENDNOTICE "Starting up the ${SENSOR}" "Startup confirmed, the fan is now reading: ${temp_c}"
SENDNOTICE "Starting up the ${SENSOR}" "Startup confirmed, the fan is now reading: `IDS_NUMBER_FORMAT ${temp_c}`'RPM"
else
SENDNOTICE "FAILED to start ${SENSOR}" "Cannot start the fan, ERROR WILL ROBINSON!!!"
fi