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