From 89fa064d5cfa88ab60f692dd6dcb80241a1df30d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 17:22:04 -0600 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 b0acd51d..9cc35ee4 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -107,7 +107,7 @@ CHECKTEMPSENSOR(){ echo ${mqtt_message} | cut -d':' -f 6 | cut -d',' -f 1 | read temp_c elif [ "${PW_SENSOR_TYPE[${1}]}" == "lacrosse" ]; then - temp_c=$(GET_LACROSSE_INFO "${PW_LACROSSE_ID[${1}]}") + temp_c=$(GET_LACROSSE_INFO "${1}") elif [ "${PW_SENSOR_TYPE[${1}]}" == "system" ]; then temp_c=$(vcgencmd measure_temp)