---
title: "readAttributeAirflowDirection(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterfancontrol/readattributeairflowdirection(completion:)"
---

# readAttributeAirflowDirection(completion:)

## Declaration

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

```swift
func readAttributeAirflowDirection() async throws -> NSNumber
```
