diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2018-01-07 15:53:13 +0200 |
---|---|---|
committer | mturkia <miika.turkia@gmail.com> | 2018-01-08 06:06:12 +0200 |
commit | 947065d99507102524bf881025f46656c0ba3d30 (patch) | |
tree | 4719368ea860ac7c497c39c79f37d4816246e081 /dives | |
parent | 6a2ea71a36c89100db74719dedbdd224aacd2cf1 (diff) | |
download | subsurface-947065d99507102524bf881025f46656c0ba3d30.tar.gz |
Add water temperature to test dive
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'dives')
-rw-r--r-- | dives/DL7.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dives/DL7.xml b/dives/DL7.xml index 0bd4e5f0f..0687afa07 100644 --- a/dives/DL7.xml +++ b/dives/DL7.xml @@ -11,13 +11,13 @@ <dives> <dive number='1' date='2018-01-01' time='10:10:00'> <divecomputer model='Imported from CSV' deviceid='ffffffff'> - <temperature air='27.0 C' /> + <temperature air='27.0 C' water='25.0 C' /> </divecomputer> </dive> <dive number='2' date='2018-01-02' time='10:10:00' duration='60:00 min'> <divecomputer model='Imported from CSV' deviceid='ffffffff'> <depth max='10.0 m' mean='9.508 m' /> - <temperature air='27.0 C' /> + <temperature air='27.0 C' water='25.0 C' /> <sample time='0:00 min' depth='1.0 m' /> <sample time='1:00 min' depth='10.0 m' /> <sample time='55:00 min' depth='10.0 m' /> @@ -26,7 +26,7 @@ </dive> <dive number='3' date='2018-01-03' time='10:10:00'> <divecomputer model='Imported from CSV' deviceid='ffffffff'> - <temperature air='28.0 C' /> + <temperature air='28.0 C' water='26.0 C' /> </divecomputer> </dive> </dives> |