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"