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

# toggle(with:completionHandler:)

## Declaration

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

```swift
func toggle(with params: MTROnOffClusterToggleParams?) async throws
```
