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

# move(with:completionHandler:)

## Declaration

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

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