View Source KNXex.EtsProject.Manufacturer.Hardware.Product (knxex v0.1.0)

KNX manufacturer hardware product.

Link to this section Summary

Types

t()

Represents a KNX manufacturer hardware product.

Link to this section Types

@type t() :: %KNXex.EtsProject.Manufacturer.Hardware.Product{
  hash: String.t(),
  id: String.t(),
  is_rail_mounted: boolean() | nil,
  order_number: String.t(),
  text: String.t(),
  width: integer() | nil
}

Represents a KNX manufacturer hardware product.