This commit is contained in:
2024-01-14 16:48:19 -06:00
parent 931b87a936
commit 3f1e219e79
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.5.140-01132024'
VERS='2.5.141-01142024'
noheader=' update service dailytemp confsync -r -report '

View File

@@ -701,7 +701,7 @@ Previous Temp: ${last_temp}${GAUGESH}"
# if [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "lacrosse" ]; then
# ${mysql_conn} -e "USE servermonitor; INSERT INTO sensor_data (\`sensorid\`, \`date\`, \`temp\`) VALUES ('${PW_SENSOR_ID["${SENSORa}-Probe"]}','$(date +'%Y-%m-%d %H:%M:%S')','${temp_probe_f}')"
# fi
touch ${PW_TMPFOLDER}/.lastinsert/${SENSOR}
echo "${temp_f}" >| ${PW_TMPFOLDER}/.lastinsert/${SENSOR}
fi
#### LOGGING OF SERVERROOM SENSOR DIFFERENCE