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

# readAttributeOnTime(completion:)

## Declaration

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

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