View Source KNXex.EtsProject.Topology.Area (knxex v0.1.0)

KNX topology area.

Link to this section Summary

Types

t()

Represents a KNX topology area.

Link to this section Types

@type t() :: %KNXex.EtsProject.Topology.Area{
  address: non_neg_integer(),
  lines: %{
    optional(address :: non_neg_integer()) => KNXex.EtsProject.Topology.Line.t()
  },
  name: String.t()
}

Represents a KNX topology area.