Update temp.inc.sh

This commit is contained in:
2024-05-09 20:04:16 -05:00
parent 9819cdcb47
commit cdc32a3207

View File

@@ -222,7 +222,7 @@ CHECKTEMP(){
fi
if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then
echo -en " ${idsCL[White]}|-- ${idsCL[Default]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%"
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 ... "
average=$(AVERAGETEMP ${SENSOR} ${avgdays} hum)