---
title: "readAttributeRSSI(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterwifinetworkdiagnostics/readattributerssi(completion:)"
---

# readAttributeRSSI(completion:)

## Declaration

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

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