This indicates a global identifier for an Application given a catalog.

MatterSpecification.v13.Cluster § 6.3.4.2

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

Hierarchy (view full)

Properties

applicationId: string = ...

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

For the DIAL registry catalog, this value shall be the DIAL prefix.

MatterSpecification.v13.Cluster § 6.3.4.2.2

catalogVendorId: number = ...

This field shall indicate the Connectivity Standards Alliance issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.

It is assumed that Content App Platform providers (see Video Player Architecture section in [MatterDevLib]) 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.3.4.2.1