update
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
VERS='2.5.33-12152023'
|
VERS='2.5.34-12172023'
|
||||||
|
|
||||||
noheader=' update service dailytemp confsync '
|
noheader=' update service dailytemp confsync '
|
||||||
|
|
||||||
|
|||||||
@@ -482,7 +482,7 @@ Previous Temp: ${last_temp[${SENSOR//-/}]}${GAUGESH}"
|
|||||||
|
|
||||||
#### LOGGING OF SERVERROOM SENSOR DIFFERENCE
|
#### LOGGING OF SERVERROOM SENSOR DIFFERENCE
|
||||||
if [ "${SENSOR}" == "ServerRoomLA" ]; then
|
if [ "${SENSOR}" == "ServerRoomLA" ]; then
|
||||||
if [ ! -f ${PW_TMPFOLDER}/.log.sr.difference ] || [ $(expr `date +%s` - $(stat -c %Y ${PW_TMPFOLDER}/.log.sr.difference)) -ge 60 ]; then
|
if [ ! -f ${PW_TMPFOLDER}/.log.sr.difference ] || [ $(expr `date +%s` - $(stat -c %Y ${PW_TMPFOLDER}/.log.sr.difference)) -ge 300 ]; then
|
||||||
if [ "${temp_f}" != "" ] && [ "${ServerRoomTH}" != "" ]; then
|
if [ "${temp_f}" != "" ] && [ "${ServerRoomTH}" != "" ]; then
|
||||||
[ ! -f ${PW_TMPFOLDER}/.log.sr.difference ] && touch ${PW_TMPFOLDER}/.log.sr.difference
|
[ ! -f ${PW_TMPFOLDER}/.log.sr.difference ] && touch ${PW_TMPFOLDER}/.log.sr.difference
|
||||||
temp_difference=$(bc <<< "scale=2; ${temp_f}-${ServerRoomTH}")
|
temp_difference=$(bc <<< "scale=2; ${temp_f}-${ServerRoomTH}")
|
||||||
|
|||||||
Reference in New Issue
Block a user