Update temp.inc.sh
This commit is contained in:
@@ -260,7 +260,7 @@ CHECKTEMP(){
|
||||
fi
|
||||
|
||||
if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then
|
||||
[ ${DETAILS} -eq 1 ] && [ ! -f ${PW_TMPFOLDER}/${SENSOR}.down ] && echo "${idsCL[White]}|"
|
||||
[ ${DETAILS} -eq 1 ] && [ ! -f ${PW_TMPFOLDER}/${SENSOR}.down ] && echo -e "${idsCL[White]}|"
|
||||
echo -en "${idsCL[White]}|-- ${idsCL[Cyan]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%"
|
||||
if [ "${avgdays}" != "noavg" ]; then
|
||||
echo -en " ${idsCL[Default]} / ${idsCL[Yellow]}Calculating ${avgdays_disp} average ... "
|
||||
|
||||
Reference in New Issue
Block a user