From 41f56648c46f755b88ee7829835ae82455465dc0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Dec 2023 21:36:28 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 6487a63e..14d613e6 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -723,7 +723,8 @@ SENDTEMP(){ fi done - [ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ] && echo + [ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ] && [ "${last_sensor}" != "${SENSORa%%-*}" ] && echo + last_sensor=${SENSORa%%-*} fi