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

# readAttributeBatChargingCurrent(completion:)

## Declaration

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

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