From 793cfc9436fd6b430d0a0bdcd5770d09c218a908 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 22:08:46 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index b9d8cc17..0d63a51e 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -110,6 +110,7 @@ CHECKTEMPSENSOR(){ INFO=$(curl -s --get -d "deviceid=${PW_LACROSSE_ID[${1}]}" -d "limit=1" -d "metric=1" -d "timezone=2" https://decent-destiny-704.appspot.com/laxservices/device_info.php | jq) temp_c=$(echo ${INFO} | jq -r '.device0 .obs[].ambient_temp') temp_probe=$(echo ${INFO} | jq -r '.device0 .obs[].probe_temp') + echo "$temp_c - $temp_probe" elif [ "${PW_SENSOR_TYPE[${1}]}" == "system" ]; then temp_c=$(vcgencmd measure_temp)