This object defines the category associated to a program.

MatterSpecification.v13.Cluster § 6.6.5.8

interface ProgramCategory {
    category: string;
    subCategory?: string;
}

Hierarchy (view full)

Properties

category: string

This field shall represent the category or genre of the program. Ex. News.

MatterSpecification.v13.Cluster § 6.6.5.8.1

subCategory?: string

This field shall represent the sub-category or sub-genre of the program. Ex. Local.

MatterSpecification.v13.Cluster § 6.6.5.8.2