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

# readAttributeBatChargeState(completion:)

## Declaration

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

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