Update temp.inc.sh

This commit is contained in:
2024-01-01 10:59:04 -06:00
parent 5cfd54aa1c
commit 2be00e6af8

View File

@@ -266,11 +266,9 @@ AVERAGETEMP(){
echo ${average}
# echo ${logsfound}
}
declare -gA last_temp
CHECKTEMP_SERVICE(){
cw=20
declare -gA last_temp
runEvery=15 #SECONDS
echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - 'Check Temp' Service Startup" >> ${PW_LOGFILE}
SENDTEMPS "TEMP Service Startup" &