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

# readAttributeRmsVoltageMax(completion:)

## Declaration

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

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