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

View Source

Represents the BACnet event algorithm ChangeOfState parameters.

The ChangeOfState event algorithm detects whether the monitored value equals a value that is listed as an alarm value. The monitored value may be of any discrete or enumerated datatype, including Boolean.

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

Summary

Types

t()

Representative type for the event parameter.

Types

t()

@type t() :: %BACnet.Protocol.EventParameters.ChangeOfState{
  alarm_values: [BACnet.Protocol.PropertyState.t()],
  time_delay: non_neg_integer(),
  time_delay_normal: non_neg_integer() | nil
}

Representative type for the event parameter.