Update temp.inc.sh

This commit is contained in:
2024-01-01 09:38:47 -06:00
parent 2233c589ed
commit cd4b3c8ac1

View File

@@ -270,7 +270,7 @@ AVERAGETEMP(){
CHECKTEMP_SERVICE(){
cw=20
declare -A last_temp
runEvery=60 #SECONDS
runEvery=15 #SECONDS
echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - 'Check Temp' Service Startup" >> ${PW_LOGFILE}
SENDTEMPS "TEMP Service Startup" &
while true; do