The Lineup Info allows references to external lineup sources like Gracenote. The combination of OperatorName, LineupName, and PostalCode MUST uniquely identify a lineup.

MatterSpecification.v13.Cluster § 6.6.5.6

interface LineupInfo {
    lineupInfoType: Mso;
    lineupName?: string;
    operatorName: string;
    postalCode?: string;
}

Hierarchy (view full)

Properties

lineupInfoType: Mso

This field shall indicate the type of lineup. This field is optional, but SHOULD be provided when known.

MatterSpecification.v13.Cluster § 6.6.5.6.4

lineupName?: string

This field shall indicate the name of the provider lineup, for example "Comcast King County". This field is optional, but SHOULD be provided when known.

MatterSpecification.v13.Cluster § 6.6.5.6.2

operatorName: string

This field shall indicate the name of the operator, for example “Comcast”.

MatterSpecification.v13.Cluster § 6.6.5.6.1

postalCode?: string

This field shall indicate the postal code (zip code) for the location of the device, such as "98052". This field is optional, but SHOULD be provided when known.

MatterSpecification.v13.Cluster § 6.6.5.6.3