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

# readAttributeBatTimeToFullCharge(completion:)

## Declaration

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

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