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:
parent
178fb5152f
commit
9cd79776f2
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user