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

# step(with:completion:)

## Declaration

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

```swift
func step(with params: MTRLevelControlClusterStepParams) async throws
```
