Update temp.inc.sh
This commit is contained in:
@@ -1503,6 +1503,7 @@ 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"
|
||||
if [ "${INFO}" != "" ]; then
|
||||
TEMP=-1
|
||||
if [ "$(echo "${INFO}" | grep '"108":')" != "" ]; then
|
||||
|
||||
Reference in New Issue
Block a user