Update temp.inc.sh
This commit is contained in:
@@ -370,6 +370,15 @@ CHECKTEMPSENSOR(){
|
||||
echo -en "${idsCL[Yellow]}Sensor Offline${idsCL[Default]}"
|
||||
fi
|
||||
[ "${average}" != "" ] && echo -en " /${spca}${averagedisp}${GAUGESH}"
|
||||
if [ "${average}" != "" ] || ( "${temp_c}" != "null" ] && [ "${temp_c}" != "" ]) && [[ "${1}" != *"FAN"* ]]; then
|
||||
tmp="${spct}${temp_f_disp}${GAUGESH}"
|
||||
[ "${average}" != "" ] && fws=12 || fws=21
|
||||
c=0; spc=''; spc1=`expr ${fws} - ${#tmp}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done
|
||||
[ ${#temp_warn} == 2 ] && spcw=' ' || spcw=' '
|
||||
[ ${#temp_crit} == 2 ] && spcc=' ' || spcc=' '
|
||||
echo -en "${idsCL[Default]}${spc}[${spcw}${idsCL[Yellow]}${temp_warn_disp}${GAUGESH}${idsCL[Default]} /${spcc}${idsCL[LightRed]}${temp_crit_disp}${GAUGESH}=>${idsCL[Default]} ]"
|
||||
[ "${PW_SENSOR_TYPE[${1}]}" == "lacrosse" ] && [[ "${1}" != *"-ProbeXXX" ]] && echo -e " - $(echo ${INFO} | jq -r '.device0 .obs[].timestamp')" || echo
|
||||
fi
|
||||
}
|
||||
AVERAGETEMP(){
|
||||
temptotal=0
|
||||
|
||||
Reference in New Issue
Block a user