---
title: "writeAttributeAirflowDirection(withValue:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterfancontrol/writeattributeairflowdirection(withvalue:completion:)"
---

# writeAttributeAirflowDirection(withValue:completion:)

## Declaration

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

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