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

# readAttributeOffWaitTime(completionHandler:)

## Declaration

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

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