View Source KNXex.EtsProject.Topology.Line (knxex v0.1.0)
KNX topology line.
Link to this section Summary
Link to this section Types
@type t() :: %KNXex.EtsProject.Topology.Line{ address: {area :: non_neg_integer(), line :: non_neg_integer()}, devices: %{ optional(address :: non_neg_integer()) => KNXex.EtsProject.Topology.Device.t() }, medium_type: KNXex.EtsProject.medium(), name: String.t() }
Represents a KNX topology line.