HardwareInfo

public struct HardwareInfo

Provides the hardware version of the light. See LIFX Products for how to interpret the vendor and product ID fields.

  • The vendor ID of the hardware.

    Declaration

    Swift

    public let vendor: UInt32
  • The product ID of the hardware.

    Declaration

    Swift

    public let product: UInt32
  • The hardware version.

    Declaration

    Swift

    public let version: UInt32