---
title: "readAttributeRemainingTime(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterlevelcontrol/readattributeremainingtime(completionhandler:)"
---

# readAttributeRemainingTime(completionHandler:)

## Declaration

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

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