This commit is contained in:
2023-12-30 13:52:29 -06:00
parent dd94a6798c
commit 42a4edb22e
2 changed files with 1 additions and 1 deletions

View File

@@ -418,6 +418,7 @@ CHECKTEMP_SERVICE_RUNSENSOR(){
rm -f ${PW_TMPFOLDER}/${SENSOR}-error.*
fi
[ ! -f ${PW_TMPFOLDER}/${SENSOR}-error* ] && rm -f ${PW_TMPFOLDER}/${SENSOR}-error*
if [ "${SENSOR}" == "ServerRoomTH" ]; then
temp_f=`echo "scale=2; ${temp_c}*1.8+32+${PW_ServerRoomTH_Dev}" | bc`