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