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

# readAttributeDescription(completion:)

## Declaration

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

```swift
func readAttributeDescription() async throws -> String
```
