From 836ca4abc6aefa335a2bd3abbfed05600426b1ab Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 16:10:33 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 752f2fbd..bde9022c 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -77,7 +77,7 @@ CHECKTEMP(){ echo -en "\r\033[K${idsCL[White]}${idsST[Bold]}${SENSOR}${idsST[Reset]}${spc}${idsCL[Default]}: ${idsCL[Yellow]}" [ "${avgdays}" != "noavg" ] && echo -en "Pulling data and calculating ${avgdays} Day average ... " || echo -en "Pulling data ... " reading=$(CHECKTEMPSENSOR ${SENSOR} . . . . ${avgdays}) - [ "${SENSOR}" == "ServerRoomTH" ] && tastemp=" - $(GET_TASMOTA_INFO)" || tastemp="" + [ "${SENSOR}" == "ServerRoomTH" ] && tastemp=" - $(GET_TASMOTA_INFO ServerRoomTH)" || tastemp="" echo -e "\r\033[K${idsCL[White]}${idsST[Bold]}${SENSOR}${idsST[Reset]}${spc}${idsCL[Default]}: ${reading}" echo fi