From cc706cb108be2a2376b75280d23005f6b7a0afa7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Dec 2023 21:39:16 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index d721f3cd..73966e00 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -721,8 +721,8 @@ SENDTEMP(){ echo -e "${SENSOR}${spc}No Data" fi - # [ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ] && [ "${last_sensor}" != "${SENSOR%%-*}" ] && echo - # last_sensor=${SENSOR%%-*} + [ "${last_sensor}" != "${SENSOR%%-*}" ] && echo + last_sensor=${SENSORa%%-*} done fi