Update temp.inc.sh

This commit is contained in:
2024-01-01 10:53:46 -06:00
parent 7347f66219
commit 4c6ec27ef1

View File

@@ -310,6 +310,7 @@ CHECKTEMP_SERVICE(){
}
CHECKTEMP_SERVICE_RUNSENSOR(){
declare -gA last_temp
declare -p last_temp
SENSORa=${1}
logtemp=${PW_LOGFOLDER}/log-temp-${SENSORa}
[ ! -f ${logtemp} ] && touch ${logtemp}