Update temp.inc.sh
This commit is contained in:
@@ -205,7 +205,7 @@ CHECKTEMPSENSOR(){
|
|||||||
temp_difference=$(bc <<< "scale=2; ${ServerRoomTH}-${temp_probe_f}")
|
temp_difference=$(bc <<< "scale=2; ${ServerRoomTH}-${temp_probe_f}")
|
||||||
echo "${idsCL[LightCyan]} - TempDiff = ${temp_difference}'F${idsCL[Default]}"
|
echo "${idsCL[LightCyan]} - TempDiff = ${temp_difference}'F${idsCL[Default]}"
|
||||||
else
|
else
|
||||||
[ "${SENSOR}" == "ServerRoomTH" ] && ServerRoomTH=${temp_f}
|
[ "${1}" == "ServerRoomTH" ] && ServerRoomTH=${temp_f}
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user