---
title: "readAttributeEndpointList(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterpowersource/readattributeendpointlist(completion:)"
---

# readAttributeEndpointList(completion:)

## Declaration

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

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