Input to the Channel changeChannel command

MatterSpecification.v13.Cluster § 6.6.7.1

interface ChangeChannelRequest {
    match: string;
}

Hierarchy (view full)

Properties

Properties

match: string

This field shall contain a user-input string to match in order to identify the target channel.

MatterSpecification.v13.Cluster § 6.6.7.1.1