Update temp.inc.sh

This commit is contained in:
2024-04-22 20:51:55 -05:00
parent 427f8e96fd
commit 9b5447eca2

View File

@@ -143,7 +143,7 @@ CHECKTEMP(){
elif [ $(bc -l <<< "$(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old2 | cut -d'~' -f 1) < ${temp_f}") -eq 1 ]; then
reading="${reading}${idsCL[LightRed]}\u25B2 "
elif [ $(bc -l <<< "${temp_f} < $(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old2 | cut -d'~' -f 1)") -eq 1 ]; then
reading="${reading} ${idsCL[LightGreen]}\u25BC "
reading="${reading}${idsCL[LightGreen]}\u25BC "
else
reading="${reading} "
fi