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

# readAttributeInstantaneousPower(completionHandler:)

## Declaration

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

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