Update temp.inc.sh

This commit is contained in:
2024-05-09 19:55:22 -05:00
parent 9813bd9219
commit df111a962b

View File

@@ -214,6 +214,10 @@ CHECKTEMP(){
echo -e "${idsCL[Default]}"
fi
if [ ${DETAILS} -eq 1 ]; then
echo here
fi
if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then
echo -en " ${idsCL[White]}|-- ${idsCL[Default]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%"
if [ "${avgdays}" != "noavg" ]; then
@@ -223,10 +227,6 @@ CHECKTEMP(){
fi
echo -e "${idsCL[Default]}"
fi
if [ ${DETAILS} -eq 1 ]; then
echo here
fi
echo
last_sensor=${SENSOR}