TlvChangeChannelRequest: ObjectSchema<{
    match: FieldType<string>;
}> = ...

Input to the Channel changeChannel command

Type declaration

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

MatterSpecification.v13.Cluster § 6.6.7.1