---
title: "readAttributeState(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterenergyevse/readattributestate(completion:)"
---

# readAttributeState(completion:)

## Declaration

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

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