Update temp.inc.sh

This commit is contained in:
2023-12-26 13:53:39 -06:00
parent 8daaac2c6c
commit f4b023b55e

View File

@@ -182,7 +182,7 @@ CHECKTEMPSENSOR(){
fi
if [ "${PW_SENSOR_TYPE[${1}]}" == "system" ] && [[ "${1}" = *"FAN"* ]]; then
temp_f_disp=$(IDS_NUMBER_FORMAT ${temp_f} 2 yes)
temp_f_disp=$(IDS_NUMBER_FORMAT ${temp_f} 0)
else
temp_f_disp=${temp_f}
fi