update
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user