BACnet.Protocol.NotificationParameters.UnsignedRange (bacstack v0.0.1)
View SourceRepresents the BACnet event algorithm UnsignedRange
notification parameters.
The UnsignedRange event algorithm detects whether the monitored value exceeds a range defined by a high limit and a low limit.
For more specific information about the event algorithm, consult ASHRAE 135 13.3.9.
Summary
Types
@type t() :: %BACnet.Protocol.NotificationParameters.UnsignedRange{ exceeded_limit: non_neg_integer(), exceeding_value: non_neg_integer(), status_flags: BACnet.Protocol.StatusFlags.t() }
Representative type for the notification parameter.