---
title: "readAttributeOutputList(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteraudiooutput/readattributeoutputlist(completionhandler:)"
---

# readAttributeOutputList(completionHandler:)

## Declaration

```swift
func readAttributeOutputList(completionHandler: @escaping @Sendable ([Any]?, (any Error)?) -> Void)
```

```swift
func readAttributeOutputList() async throws -> [Any]
```
