update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1067,6 +1067,8 @@ fi
|
||||
|
||||
tinytuya-update) UPDATE_TINYTUYA_SERVER;;
|
||||
|
||||
sendtemps) SENDTEMPS "TEST SENDTEMPS";;
|
||||
|
||||
dl|downlist) DOWNLIST;;
|
||||
|
||||
oldhelp)
|
||||
|
||||
Reference in New Issue
Block a user