From 6007641a721d885b013bae0d6eeb2d83840a6256 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 1 Jun 2024 13:45:54 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index ef6ec3b9..5b90a443 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -1353,7 +1353,7 @@ Previous Temp: ${last_temp}${GAUGESH}" fi entityid=${entityid[1]} - QRY="USE servermonitor; INSERT INTO sensor_data (\`sensorid\`, \`entity\`, \`date\`, \`temp\`) VALUES ('${PW_SENSOR_ID[${SENSORa}]}','${entityid}','$(date +'%Y-%m-%d %H:%M:%S')','${fanrpm}')" + QRY="USE servermonitor; INSERT INTO sensor_data (\`sensorid\`, \`entity\`, \`date\`, \`speed\`) VALUES ('${PW_SENSOR_ID[${SENSORa}]}','${entityid}','$(date +'%Y-%m-%d %H:%M:%S')','${fanrpm}')" done fi