Update temp.inc.sh

This commit is contained in:
2024-04-10 10:44:45 -05:00
parent 8d8ced4a65
commit 47f73a3ec8

View File

@@ -366,6 +366,7 @@ 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