---
title: "readAttributeMaxMeasuredValue(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterflowmeasurement/readattributemaxmeasuredvalue(completionhandler:)"
---

# readAttributeMaxMeasuredValue(completionHandler:)

## Declaration

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

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