Update temp.inc.sh

This commit is contained in:
2023-12-18 09:23:28 -06:00
parent c636b4078b
commit 5d6491110f

View File

@@ -174,6 +174,7 @@ CHECKTEMPSENSOR(){
if [ "${1}" == "ServerRoomTH" ]; then
ServerRoomTH=${temp_f}
echo "HERE: ${ServerRoomTH}"
elif [ "${1}" == "ServerRoomLA" ]; then
temp_probe_f=$(bc <<< "scale=2; ${temp_probe_c}*1.8+32")