Use bottom temperature on Suunto SDM imports

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2014-10-29 23:16:35 +02:00 committed by Dirk Hohndel
parent 2b8043b82b
commit 05b76410d6

View file

@ -40,7 +40,7 @@
</xsl:otherwise>
</xsl:choose>
<temperature air="{concat(AIRTEMP, ' C')}" water="{concat(WATERTEMPATEND, ' C')}"/>
<temperature air="{concat(AIRTEMP, ' C')}" water="{concat(WATERTEMPMAXDEPTH, ' C')}"/>
<xsl:if test="SURFACETIME != '0'">
<surfacetime>
<xsl:call-template name="timeConvert">