TlvChangeChannelByNumberRequest: ObjectSchema<{
    majorNumber: FieldType<number>;
    minorNumber: FieldType<number>;
}> = ...

Input to the Channel changeChannelByNumber command

Type declaration

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

MatterSpecification.v13.Cluster § 6.6.7.3