TlvLineupInfo: ObjectSchema<{
    lineupInfoType: FieldType<Mso>;
    lineupName: OptionalFieldType<string>;
    operatorName: FieldType<string>;
    postalCode: OptionalFieldType<string>;
}> = ...

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

Type declaration

  • lineupInfoType: FieldType<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: OptionalFieldType<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: FieldType<string>

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

    MatterSpecification.v13.Cluster § 6.6.5.6.1

  • postalCode: OptionalFieldType<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

MatterSpecification.v13.Cluster § 6.6.5.6