Update temp.inc.sh
This commit is contained in:
@@ -366,7 +366,6 @@ CHECKTEMPSENSOR(){
|
||||
else
|
||||
temp_c=''
|
||||
fi
|
||||
echo $temp_f
|
||||
|
||||
elif [ "${PW_SENSOR_TYPE[${1}]}" == "tuya" ]; then
|
||||
IFS=: read -r temp_c temp_h <<< $(GET_TUYA_TEMP ${1}); unset IFS
|
||||
|
||||
Reference in New Issue
Block a user