---
title: "readAttributeOffWaitTime(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteronoff/readattributeoffwaittime(completion:)"
---

# readAttributeOffWaitTime(completion:)

## Declaration

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

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