This commit is contained in:
2024-01-11 09:43:25 -06:00
parent 89a90bac58
commit 3f685a3670
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.5.130-01092024'
VERS='2.5.131-01112024'
noheader=' update service dailytemp confsync -r -report '

View File

@@ -544,7 +544,6 @@ CHECKTEMP_SERVICE_RUNSENSOR(){
[ -f ${PW_TMPFOLDER}/${SENSORa}.down ] && [ $(expr `date +%s` - $(stat -c %Y ${PW_TMPFOLDER}/${SENSORa}.down)) -ge 1800 ] && SENDNOTICE "${SENSOR} BACK TO NORMAL" "NORMAL TEMP: ${temp_f}${GAUGESH}
Previous Temp: ${last_temp}${GAUGESH}"
echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - ${temp_f}${GAUGESH} - Back to NORMAL ${GAUGE} - Previous ${GAUGE}: ${last_temp}${GAUGESH}" >> ${logtemp}
echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - ${temp_f}${GAUGESH} - ${SENSOR} - Back to NORMAL ${GAUGE}" >> ${PW_LOGFILE}
# [ "$(compgen -G "${PW_TMPFOLDER}/power.*.off")" != "" ] && rm -f ${PW_TMPFOLDER}/power.*.off
elif [ "${last_temp}" == "0" ]; then