This commit is contained in:
2023-08-18 19:43:36 -05:00
parent 1e32a16fc9
commit 6501dc4d36
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.2.45-08182023'
VERS='2.2.50-08182023'
noheader=' update service dailytemp '

View File

@@ -146,7 +146,7 @@ AVERAGETEMP(){
CHECKTEMP_SERVICE(){
cw=20
declare -A last_temp
# while true; do
while true; do
for SENSORa in ${PW_SENSOR_ORD[@]}; do
logtemp=${PW_LOGFOLDER}/log-temp-${SENSORa}
@@ -348,7 +348,7 @@ NORMAL TEMP: ${temp_f}'F"
sleep 10
# done # &
done # &
}