TlvSeriesInfo: ObjectSchema<{
    episode: FieldType<string>;
    season: FieldType<string>;
}> = ...

This object provides the episode information related to a program.

Type declaration

  • episode: FieldType<string>

    This field shall represent the episode of the program.

    MatterSpecification.v13.Cluster § 6.6.5.9.2

  • season: FieldType<string>

    This field shall represent the season of the series associated to the program.

    MatterSpecification.v13.Cluster § 6.6.5.9.1

MatterSpecification.v13.Cluster § 6.6.5.9