---
title: "readAttributeInstantaneousPower(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterelectricalmeasurement/readattributeinstantaneouspower(completion:)"
---

# readAttributeInstantaneousPower(completion:)

## Declaration

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

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