Flow returns blank line between readings

You will find a solution here

Or
you could change the output of the Arduino code to
Serial.println("{\"T1\": " + (String)temp1 + "}"); to output an json string.