mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update latests changes to test dive
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
9cf013235c
commit
a4c2eb5b70
1 changed files with 7 additions and 4 deletions
|
@ -9,21 +9,24 @@
|
||||||
<divesites>
|
<divesites>
|
||||||
</divesites>
|
</divesites>
|
||||||
<dives>
|
<dives>
|
||||||
<dive number='1' date='2018-01-01'>
|
<dive number='1' date='2018-01-01' time='10:10:00'>
|
||||||
<divecomputer model='csv' deviceid='ffffffff'>
|
<divecomputer model='Imported from CSV' deviceid='ffffffff'>
|
||||||
|
<temperature air='27.0 C' />
|
||||||
</divecomputer>
|
</divecomputer>
|
||||||
</dive>
|
</dive>
|
||||||
<dive number='2' date='2018-01-02' time='10:10:00' duration='60:00 min'>
|
<dive number='2' date='2018-01-02' time='10:10:00' duration='60:00 min'>
|
||||||
<divecomputer model='Imported from CSV' deviceid='ffffffff'>
|
<divecomputer model='Imported from CSV' deviceid='ffffffff'>
|
||||||
<depth max='10.0 m' mean='9.508 m' />
|
<depth max='10.0 m' mean='9.508 m' />
|
||||||
|
<temperature air='27.0 C' />
|
||||||
<sample time='0:00 min' depth='1.0 m' />
|
<sample time='0:00 min' depth='1.0 m' />
|
||||||
<sample time='1:00 min' depth='10.0 m' />
|
<sample time='1:00 min' depth='10.0 m' />
|
||||||
<sample time='55:00 min' depth='10.0 m' />
|
<sample time='55:00 min' depth='10.0 m' />
|
||||||
<sample time='60:00 min' depth='0.0 m' />
|
<sample time='60:00 min' depth='0.0 m' />
|
||||||
</divecomputer>
|
</divecomputer>
|
||||||
</dive>
|
</dive>
|
||||||
<dive date='2018-01-03'>
|
<dive number='3' date='2018-01-03' time='10:10:00'>
|
||||||
<divecomputer model='csv' deviceid='ffffffff'>
|
<divecomputer model='Imported from CSV' deviceid='ffffffff'>
|
||||||
|
<temperature air='28.0 C' />
|
||||||
</divecomputer>
|
</divecomputer>
|
||||||
</dive>
|
</dive>
|
||||||
</dives>
|
</dives>
|
||||||
|
|
Loading…
Add table
Reference in a new issue