ElectronicGuideComponent: {
    commands: {
        getProgramGuide: Command<TypeFromFields, TypeFromFields, any>;
    };
}

A ChannelCluster supports these elements if it supports feature ElectronicGuide.

Type declaration

  • Readonlycommands: {
        getProgramGuide: Command<TypeFromFields, TypeFromFields, any>;
    }
    • ReadonlygetProgramGuide: Command<TypeFromFields, TypeFromFields, any>

      This command retrieves the program guide. It accepts several filter parameters to return specific schedule and program information from a content app. The command shall receive in response a ProgramGuideResponse. Standard error codes shall be used when arguments provided are not

      valid. For example, if StartTime is greater than EndTime, the status code INVALID_ACTION shall be returned.

      MatterSpecification.v13.Cluster § 6.6.7.5