From 3fae2eb25c12a3617b20a693e41ccb98cd768c79 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 10 Apr 2024 11:06:07 -0500 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 be86e544..c0dd7cea 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -612,7 +612,7 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ echo ${PW_THRESHOLDS[${SENSORa}]} | cut -d',' -f 2 | read temp_crit [ "$(echo ${PW_THRESHOLDS[${SENSORa}]} | cut -d',' -f 3)" != "" ] && echo ${PW_THRESHOLDS[${SENSORa}]} | cut -d',' -f 3 | read temp_crit_sys || temp_crit_sys=${temp_crit} fi - + echo "${SENSORa} ${SENSOR}" temp_f='' if [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "mqtt" ]; then mqtt_message=`${mqtt_conn} -t tele/${SENSOR}/SENSOR -C 1`