TlvRemoveBlockChannelsRequest: ObjectSchema<{
    channelIndexes: FieldType<number[]>;
}> = ...

Input to the ContentControl removeBlockChannels command

Type declaration

  • channelIndexes: FieldType<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

MatterSpecification.v13.Cluster § 6.13.8.13