---
title: "readAttributeUnoccupiedHeatingSetpoint(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterthermostat/readattributeunoccupiedheatingsetpoint(completionhandler:)"
---

# readAttributeUnoccupiedHeatingSetpoint(completionHandler:)

## Declaration

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

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