Update temp.inc.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user