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

View Source

Represents the BACnet event algorithm ChangeOfStatusFlags parameters.

The ChangeOfStatusFlags event algorithm detects whether a significant flag of the monitored value of type BACnetStatusFlags has the value TRUE.

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

Summary

Types

t()

Representative type for the event parameter.

Types

t()

@type t() :: %BACnet.Protocol.EventParameters.ChangeOfStatusFlags{
  selected_flags: BACnet.Protocol.StatusFlags.t(),
  time_delay: non_neg_integer(),
  time_delay_normal: non_neg_integer() | nil
}

Representative type for the event parameter.