---
title: "changeToMode(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterrvccleanmode/changetomode(with:completion:)"
---

# changeToMode(with:completion:)

## Declaration

```swift
func changeToMode(with params: MTRRVCCleanModeClusterChangeToModeParams, completion: @escaping @Sendable (MTRRVCCleanModeClusterChangeToModeResponseParams?, (any Error)?) -> Void)
```

```swift
func changeToMode(with params: MTRRVCCleanModeClusterChangeToModeParams) async throws -> MTRRVCCleanModeClusterChangeToModeResponseParams
```
