Update temp.inc.sh

This commit is contained in:
2024-01-01 09:36:27 -06:00
parent a6d18dc6eb
commit 2233c589ed

View File

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