ChannelListComponent: {
    attributes: {
        channelList: Attribute<TypeFromFields[], any>;
    };
}

A ChannelCluster supports these elements if it supports feature ChannelList.

Type declaration

  • Readonlyattributes: {
        channelList: Attribute<TypeFromFields[], any>;
    }
    • ReadonlychannelList: Attribute<TypeFromFields[], any>

      This attribute shall provide the list of supported channels.

      MatterSpecification.v13.Cluster § 6.6.6.1