---
title: "readAttributeSetpointChangeSource(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterthermostat/readattributesetpointchangesource(completion:)"
---

# readAttributeSetpointChangeSource(completion:)

## Declaration

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

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