This commit is contained in:
2024-05-09 18:08:08 -05:00
parent ebdc4605e5
commit 4a872d506d
2 changed files with 1 additions and 2 deletions

View File

@@ -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 '

View File

@@ -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