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