From e731398dca29b5f6ef4faa99df5180dc9cd02dea Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 16:06:58 -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 356403f0..28046b73 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -525,7 +525,7 @@ GET_TASMOTA_INFO(){ DEVICE_INFO[${key}]=${val} done - echo ${DEVICE_INFO['ambient_temp']} + echo ${DEVICE_INFO['probe_temp']} }