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:
parent
2b8043b82b
commit
05b76410d6
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user