This commit is contained in:
2025-06-21 16:22:36 -05:00
parent 32771a5c1b
commit eb4f789806
2 changed files with 3 additions and 1 deletions

View File

@@ -845,7 +845,7 @@ CHECKTEMP_SERVICE(){
[ "${PW_SERVICE_TEMP_SCANRATE}" != "" ] && runEvery=${PW_SERVICE_TEMP_SCANRATE} || runEvery=1
SCAN_THREADS=4
# [[ "${IP}" != "10.6."* ]] && SENDTEMPS "TEMP Service Startup" &
[[ "${IP}" != "10.6."* ]] && SENDTEMPS "TEMP Service Startup" &
[ ! -d ${PW_TMPFOLDER}/.lastfancheck ] && mkdir ${PW_TMPFOLDER}/.lastfancheck
[ ! -d ${PW_TMPFOLDER}/.lastinsert ] && mkdir ${PW_TMPFOLDER}/.lastinsert
[ -d ${PW_TMPFOLDER}/.lasttemp ] && rm -Rf ${PW_TMPFOLDER}/.lasttemp

View File

@@ -1067,6 +1067,8 @@ fi
tinytuya-update) UPDATE_TINYTUYA_SERVER;;
sendtemps) SENDTEMPS "TEST SENDTEMPS";;
dl|downlist) DOWNLIST;;
oldhelp)