BACnet.Protocol.NotificationParameters.ChangeOfReliability (bacstack v0.0.1)
View SourceRepresents the BACnet event algorithm ChangeOfReliability
notification parameters.
For all transitions to, or from, the FAULT state, the corresponding notification notification shall use the Event Type ChangeOfReliability.
For more specific information about the fault notification event algorithm, consult ASHRAE 135 13.2.5.3.
Summary
Types
@type t() :: %BACnet.Protocol.NotificationParameters.ChangeOfReliability{ property_values: [BACnet.Protocol.PropertyValue.t()], reliability: BACnet.Protocol.Constants.reliability(), status_flags: BACnet.Protocol.StatusFlags.t() }
Representative type for the notification parameter.