From 9ab90195d15b6c6348cf8cc743d797ab49959511 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Dec 2023 18:38:57 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 4954a831..7b865962 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -582,7 +582,7 @@ Previous Temp: ${last_temp[${SENSOR//-/}]}${GAUGESH}" fi #### LOGGING OF SERVERROOM SENSOR DIFFERENCE - if [ "${SENSOR}" == "ServerRoomLA" ]; then + if [ "${SENSOR}" == "ServerRoomLA-Probe" ]; then # if [ ! -f ${PW_TMPFOLDER}/.log.sr.difference ] || [ $(expr `date +%s` - $(stat -c %Y ${PW_TMPFOLDER}/.log.sr.difference)) -ge 300 ]; then echo -en "HERE: ${temp_f} - ${ServerRoomTH} = " if [ "${temp_f}" != "" ] && [ "${ServerRoomTH}" != "" ]; then