Look examples...
From example "Acceleration with g (Raw Sensors)":
<input>
<sensor type="accelerometer">
<output component="x">accX</output>
<output component="y">accY</output>
<output component="z">accZ</output>
<output component="t">acc_time</output>
<output component="abs">acc</output>
</sensor>
</input>
Here the data-containers names accX, accY etc. could be any you like. The sensor types are listed in
https://phyphox.org/wiki/index.php/Phyph...le:_sensor
From "Light (Raw Sensors)":
<data-containers>
<container size="0">illum</container>
<container size="0">illum_time</container>
</data-containers>
<input>
<sensor type="light">
<output component="x">illum</output>
<output component="t">illum_time</output>
</sensor>
</input>
I did not find pressure-temperature...
From example "Acceleration with g (Raw Sensors)":
<input>
<sensor type="accelerometer">
<output component="x">accX</output>
<output component="y">accY</output>
<output component="z">accZ</output>
<output component="t">acc_time</output>
<output component="abs">acc</output>
</sensor>
</input>
Here the data-containers names accX, accY etc. could be any you like. The sensor types are listed in
https://phyphox.org/wiki/index.php/Phyph...le:_sensor
From "Light (Raw Sensors)":
<data-containers>
<container size="0">illum</container>
<container size="0">illum_time</container>
</data-containers>
<input>
<sensor type="light">
<output component="x">illum</output>
<output component="t">illum_time</output>
</sensor>
</input>
I did not find pressure-temperature...