---
title: "writeAttributeSwitchActions(withValue:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteronoffswitchconfiguration/writeattributeswitchactions(withvalue:completionhandler:)"
---

# writeAttributeSwitchActions(withValue:completionHandler:)

## Declaration

```swift
func writeAttributeSwitchActions(withValue value: NSNumber, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func writeAttributeSwitchActions(withValue value: NSNumber) async throws
```
