TlvChangeToModeResponse: ObjectSchema<{
    status: FieldType<Status>;
    statusText: FieldType<string>;
}> = ...

This command is sent by the device on receipt of the ChangeToMode command.

Type declaration

MatterSpecification.v13.Cluster § 1.10.7.2