Fix event name for MacDive gas changes

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2015-05-04 23:37:30 +03:00 committed by Dirk Hohndel
parent 178fb5152f
commit 9cd79776f2

View file

@ -420,6 +420,9 @@
<xsl:when test="alarm = 'user_depth_alarm'">
<xsl:value-of select="'maxdepth'"/>
</xsl:when>
<xsl:when test="alarm = 'gas_change'">
<xsl:value-of select="'gaschange'"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="alarm"/>
</xsl:otherwise>