BACnet.Protocol.EventParameters.ChangeOfLifeSafety (bacstack v0.0.1)

View Source

Represents the BACnet event algorithm ChangeOfLifeSafety parameters.

The ChangeOfLifeSafety event algorithm detects whether the monitored value equals a value that is listed as an alarm value or life safety alarm value. Event state transitions are also indicated if the value of the mode parameter changed since the last transition indicated. In this case, any time delays are overridden and the transition is indicated immediately.

For more specific information about the event algorithm, consult ASHRAE 135 13.3.8.

Summary

Types

t()

Representative type for the event parameter.

Types

t()

@type t() :: %BACnet.Protocol.EventParameters.ChangeOfLifeSafety{
  alarm_values: [BACnet.Protocol.Constants.life_safety_state()],
  life_safety_alarm_values: [BACnet.Protocol.Constants.life_safety_state()],
  mode: BACnet.Protocol.DeviceObjectPropertyRef.t(),
  time_delay: non_neg_integer(),
  time_delay_normal: non_neg_integer() | nil
}

Representative type for the event parameter.