---
title: "readAttributeCurrentOutput(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteraudiooutput/readattributecurrentoutput(completion:)"
---

# readAttributeCurrentOutput(completion:)

## Declaration

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

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