MatterSpecification.v13.Cluster § 6.13.5.3

interface AppInfo {
    applicationId: string;
    catalogVendorId: number;
}

Hierarchy (view full)

Properties

applicationId: string = ...

This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company X". This field shall be unique within a catalog.

MatterSpecification.v13.Cluster § 6.13.5.3.2

catalogVendorId: number = ...

This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.

Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will assign an ApplicationID to each Content App.

MatterSpecification.v13.Cluster § 6.13.5.3.1