---
title: "readAttributeRebootCount(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustergeneraldiagnostics/readattributerebootcount(completion:)"
---

# readAttributeRebootCount(completion:)

## Declaration

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

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