From d1a6456feaf3ed3aedcbdd301040963eb0010e0a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 21:03:47 -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 538ecbaf..b2ef9c77 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -221,6 +221,7 @@ CHECKTEMP(){ if [ "${OLD_temp_f[1]}" != "" ]; then if [ $(bc -l <<< "${temp_f} < $(echo "scale=2; ${OLD_temp_f[1]}+${PW_TEMPIND_DIFF}" | bc)") -eq 1 ] && [ $(bc -l <<< "$(echo "scale=2; ${OLD_temp_f[1]}-${PW_TEMPIND_DIFF}" | bc) < ${temp_f}") -eq 1 ]; then lclr="${idsCL[White]}" + lico="\u22C5" elif [ $(bc -l <<< "$(bc <<< "scale=2; ${OLD_temp_f[1]}+(${PW_TEMPIND_DIFF}*2)") < ${temp_f}") -eq 1 ]; then lclr="${idsCL[LightRed]}" lico="\u25B2"