Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 490 Bytes

Protocol.Params.Param.Alarm-activeTime.md

File metadata and controls

27 lines (16 loc) · 490 Bytes
uid
Protocol.Params.Param.Alarm-activeTime

activeTime attribute

Specifies how long an alarm must be active before it automatically gets cleared by DataMiner.

Content Type

unsignedInt

Parent

Alarm

Remarks

Specified in ms. Should be a multiple of 1000 as the resolution is in s.

Examples

In the following example, the alarm will automatically be cleared after 10 seconds:

<Alarm activeTime="10000">true</Alarm>