diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index fcebb87e..a4ed542a 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -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