Update temp.inc.sh
This commit is contained in:
@@ -133,7 +133,7 @@ CHECKTEMP(){
|
||||
elif [ $(bc -l <<< "$(bc <<< "scale=2; $(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old | cut -d'~' -f 1)+(${PW_TEMPIND_DIFF}*2)") < ${temp_f}") -eq 1 ]; then
|
||||
reading="${reading} ${idsCL[LightRed]}\u25B2 "
|
||||
elif [ $(bc -l <<< "$(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old | cut -d'~' -f 1) < ${temp_f}") -eq 1 ]; then
|
||||
reading="${reading} ${idsCL[LightMagenta]}\u25B2 "
|
||||
reading="${reading} ${idsCL[Magenta]}\u25B2 "
|
||||
elif [ $(bc -l <<< "${temp_f} < $(bc <<< "scale=2; $(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old | cut -d'~' -f 1)-(${PW_TEMPIND_DIFF}*2)")") -eq 1 ]; then
|
||||
reading="${reading} ${idsCL[LightGreen]}${idsST[Bold]}\u25BC${idsST[Reset]} "
|
||||
elif [ $(bc -l <<< "${temp_f} < $(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old | cut -d'~' -f 1)") -eq 1 ]; then
|
||||
|
||||
Reference in New Issue
Block a user