interface ProductDescription {
    deviceType: number;
    name: string;
    productId: number;
    vendorId: VendorId;
}

Hierarchy

  • ProductDescription

    Implemented by

      Properties

      deviceType: number

      The device type for commissioning announcements.

      name: string

      The device name for commissioning announcements.

      productId: number

      The product ID for commissioning announcements.

      vendorId: VendorId

      The vendor ID for commissioning announcements.