From e39c6e417f895a5adb868fd87aec030422ff5493 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 25 Feb 2024 15:03:42 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index a9780dd4..98548b61 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -345,7 +345,6 @@ CHECKTEMPSENSOR(){ elif [ "${PW_SENSOR_TYPE[${1}]}" == "tuya" ]; then IFS=: read -r temp_c hum <<< $(GET_TUYA_TEMP ${1}); unset IFS - echo "HERE: $temp_c - $hum" elif [ "${PW_SENSOR_TYPE[${1}]}" == "lacrosse" ]; then if ! INFO=$(curl -m 8 -s --get -d "deviceid=${PW_SENSOR_DEVICEID[${SENSOR}]}" -d "limit=1" -d "metric=1" -d "timezone=2" https://decent-destiny-704.appspot.com/laxservices/device_info.php) ; then TIMEOUT=1; fi