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

# readAttributeRemoteSensing(completionHandler:)

## Declaration

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

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