---
title: "move(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterlevelcontrol/move(with:completion:)"
---

# move(with:completion:)

## Declaration

```swift
func move(with params: MTRLevelControlClusterMoveParams, completion: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func move(with params: MTRLevelControlClusterMoveParams) async throws
```
