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

# moveToLevel(with:completion:)

## Declaration

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

```swift
func moveToLevel(with params: MTRLevelControlClusterMoveToLevelParams) async throws
```
