From 9813bd921903ec0897da091e36e96aafa8c2c467 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 19:54:42 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index ab69a0cd..1fedf925 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -223,6 +223,10 @@ CHECKTEMP(){ fi echo -e "${idsCL[Default]}" fi + + if [ ${DETAILS} -eq 1 ]; then + echo here + fi echo last_sensor=${SENSOR} @@ -375,6 +379,7 @@ CHECKTEMP(){ else echo -e "${idsCL[Default]}" fi + if [ ${DETAILS} -eq 1 ]; then echo here fi