This object provides the episode information related to a program.

MatterSpecification.v13.Cluster § 6.6.5.9

interface SeriesInfo {
    episode: string;
    season: string;
}

Hierarchy (view full)

Properties

Properties

episode: string

This field shall represent the episode of the program.

MatterSpecification.v13.Cluster § 6.6.5.9.2

season: string

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

MatterSpecification.v13.Cluster § 6.6.5.9.1