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

# readAttributeWiredCurrentType(completion:)

## Declaration

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

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