Update temp.inc.sh

This commit is contained in:
2024-05-09 19:59:16 -05:00
parent df111a962b
commit 0bf4b82a7f

View File

@@ -215,7 +215,10 @@ CHECKTEMP(){
fi
if [ ${DETAILS} -eq 1 ]; then
echo here
echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]} 15 Mins Ago ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]} / ${idsCL[LightCyan]}$(ROUND_NUMBER ${average} 2)%"
echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]} 30 Mins Ago ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]} / ${idsCL[LightCyan]}$(ROUND_NUMBER ${average} 2)%"
echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]} 60 Mins Ago ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]} / ${idsCL[LightCyan]}$(ROUND_NUMBER ${average} 2)%"
echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]}120 Mins Ago ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]} / ${idsCL[LightCyan]}$(ROUND_NUMBER ${average} 2)%"
fi
if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then