Update temp.inc.sh

This commit is contained in:
2023-12-18 09:17:37 -06:00
parent e226272bde
commit 53af8b77df

View File

@@ -205,7 +205,7 @@ CHECKTEMPSENSOR(){
temp_difference=$(bc <<< "scale=2; ${ServerRoomTH}-${temp_probe_f}")
echo "${idsCL[LightCyan]} - TempDiff = ${temp_difference}'F${idsCL[Default]}"
else
[ "${SENSOR}" == "ServerRoomTH" ] && ServerRoomTH=${temp_f}
[ "${1}" == "ServerRoomTH" ] && ServerRoomTH=${temp_f}
echo
fi