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

# readAttributeOutputList(completion:)

## Declaration

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

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