BACnet.Protocol.NotificationParameters.ComplexEventType (bacstack v0.0.1)
View SourceRepresents the BACnet event algorithm ComplexEventType notification parameters.
The ComplexEventType algorithm is introduced to allow the addition of proprietary event algorithms
whose notification parameters are not necessarily network-visible.
Summary
Types
@type t() :: %BACnet.Protocol.NotificationParameters.ComplexEventType{ property_values: [BACnet.Protocol.PropertyValue.t()] }
Representative type for the notification parameter.