Input to the Channel changeChannelByNumber command

MatterSpecification.v13.Cluster § 6.6.7.3

interface ChangeChannelByNumberRequest {
    majorNumber: number;
    minorNumber: number;
}

Hierarchy (view full)

Properties

majorNumber: number = ...

This field shall indicate the channel major number value (ATSC format) to which the channel should change.

MatterSpecification.v13.Cluster § 6.6.7.3.1

minorNumber: number = ...

This field shall indicate the channel minor number value (ATSC format) to which the channel should change.

MatterSpecification.v13.Cluster § 6.6.7.3.2