From ebdc4605e541a229670ee690538702713974c762 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 18:07:36 -0500 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 ffb34a4a..a8627995 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -1502,8 +1502,8 @@ GET_DEFAULT_FANSPEED(){ } GET_TUYA_TEMP(){ - INFO=$(curl -m 3 -s http://${PW_REMOTE_SENSOR[${1}]}:8888/status/${PW_SENSOR_DEVICEID[${1}]} | jq '.dps') - echo -e "\nHERE: http://${PW_REMOTE_SENSOR[${1}]}:8888/status/${PW_SENSOR_DEVICEID[${1}]} \n ${INFO}\n" + INFO=$(curl -m 3 -s http://${PW_REMOTE_SENSORS[${1}]}:8888/status/${PW_SENSOR_DEVICEID[${1}]} | jq '.dps') + echo -e "\nHERE: http://${PW_REMOTE_SENSORS[${1}]}:8888/status/${PW_SENSOR_DEVICEID[${1}]} \n ${INFO}\n" if [ "${INFO}" != "" ]; then TEMP=-1 if [ "$(echo "${INFO}" | grep '"108":')" != "" ]; then