Input to the ContentControl removeBlockChannels command

MatterSpecification.v13.Cluster § 6.13.8.13

interface RemoveBlockChannelsRequest {
    channelIndexes: number[];
}

Hierarchy (view full)

Properties

Properties

channelIndexes: number[]

This field shall specify a set of indexes indicating Which channels shall be removed from the BlockChannelList attribute.

MatterSpecification.v13.Cluster § 6.13.8.13.1