From c24a1372402d89c8e99279657e663619c98c3633 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 22:53:32 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 2cad1613..13960e14 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -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 ... "