Update temp.inc.sh
This commit is contained in:
@@ -582,7 +582,7 @@ Previous Temp: ${last_temp[${SENSOR//-/}]}${GAUGESH}"
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#### LOGGING OF SERVERROOM SENSOR DIFFERENCE
|
#### 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
|
# 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} = "
|
echo -en "HERE: ${temp_f} - ${ServerRoomTH} = "
|
||||||
if [ "${temp_f}" != "" ] && [ "${ServerRoomTH}" != "" ]; then
|
if [ "${temp_f}" != "" ] && [ "${ServerRoomTH}" != "" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user