Update temp.inc.sh

This commit is contained in:
2023-12-14 17:13:09 -06:00
parent b5e359ef6f
commit 94ef137bbc

View File

@@ -141,6 +141,7 @@ CHECKTEMPSENSOR(){
temp_f=`echo "scale=1; ${temp_f}+${PW_ServerRoomTH_Dev}" | bc`
elif [ "${1}" == "ServerRoomLA" ]; then
temp_f=${temp_c}
echo "HERE: ${temp_f}"
fi
# echo "HERE: '${temp_c}' -> '${temp_f}'"
# echo -en ""