Update temp.inc.sh

This commit is contained in:
2024-05-09 22:53:32 -05:00
parent 7a3854a0e6
commit c24a137240

View File

@@ -256,6 +256,7 @@ CHECKTEMP(){
fi
if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then
[ ${DETAILS} -eq 1 ] && [ ! -f ${PW_TMPFOLDER}/${SENSOR}.down ] && echo "${idsCL[White]}|"
echo -en "${idsCL[White]}|-- ${idsCL[Cyan]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%"
if [ "${avgdays}" != "noavg" ]; then
echo -en " ${idsCL[Default]} / ${idsCL[Yellow]}Calculating ${avgdays_disp} average ... "