This commit is contained in:
2025-07-12 11:08:32 -05:00
parent 489bfdb004
commit 684298962d
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PW_VERS='2.11.16-07122025'
PW_VERS='2.11.17-07122025'
noheader=' update service dailytemp confsync -r -report test '

View File

@@ -921,6 +921,9 @@ CHECKTEMP_SERVICE_RUNSENSOR(){
if [ -f ${PW_TMPFOLDER}/${SENSORa}-error.sent ]; then
SENDNOTICE "${SENSOR_DESC} Data" "${SENSORa} is reporting data again"
echo "($(date +'%Y-%m-%d %H:%M:%S')) - ${SENSORa} - Sensor is reporting data again" >> ${logtemp}
elif [ -f ${PW_TMPFOLDER}/${SENSORa}.shutdown ]; then
SENDNOTICE "${SENSOR_DESC} Data" "${SENSORa} has been powered up"
echo "($(date +'%Y-%m-%d %H:%M:%S')) - ${SENSORa} has been powered up" >> ${logtemp}
fi
rm -f ${PW_TMPFOLDER}/${SENSORa}*
[ "${PW_ESXI_DEF_EXHAUST_MIN}" != "" ] && ESXI_DEFAULT_EXHAUST_MIN=${PW_ESXI_DEF_EXHAUST_MIN}