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
|
elif [ $(bc -l <<< "$(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old2 | cut -d'~' -f 1) < ${temp_f}") -eq 1 ]; then
|
||||||
reading="${reading}${idsCL[LightRed]}\u25B2 "
|
reading="${reading}${idsCL[LightRed]}\u25B2 "
|
||||||
elif [ $(bc -l <<< "${temp_f} < $(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old2 | cut -d'~' -f 1)") -eq 1 ]; then
|
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
|
else
|
||||||
reading="${reading} "
|
reading="${reading} "
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user