From b8002df5e59aea9d576d20c30c2ad619219a5150 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 1 Jan 2024 10:43:02 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 487e2f96..8bc9cdb9 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -399,7 +399,10 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ temp_h='' fi + echo "HERE1: ${SENSOR} = ${last_temp[${SENSOR//-/}]}" [ "${last_temp[${SENSOR//-/}]}" == "" ] && last_temp[${SENSOR//-/}]=0 + echo "HERE2: ${SENSOR} = ${last_temp[${SENSOR//-/}]}" + echo logtemp=${PW_LOGFOLDER}/log-temp-${SENSOR} if [ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ]; then