diff --git a/defaults.inc b/defaults.inc index 7ec9776a..74412a3c 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='2.7.26-05022024' +VERS='2.7.30-05092024' noheader=' update service dailytemp confsync -r -report ' diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index a8627995..424d4f82 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -1503,7 +1503,6 @@ GET_DEFAULT_FANSPEED(){ GET_TUYA_TEMP(){ 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