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

# readAttributeSystemMode(completion:)

## Declaration

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

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