TlvChangeChannelResponse: ObjectSchema<{
    data: OptionalFieldType<string>;
    status: FieldType<Channel.Status>;
}> = ...

This command shall be generated in response to a ChangeChannel command.

Type declaration

  • data: OptionalFieldType<string>

    This field shall indicate Optional app-specific data.

    MatterSpecification.v13.Cluster § 6.6.7.2.2

  • status: FieldType<Channel.Status>

    This field shall indicate the status of the command which resulted in this response.

    MatterSpecification.v13.Cluster § 6.6.7.2.1

MatterSpecification.v13.Cluster § 6.6.7.2