---
title: "readAttributeSwitchType(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteronoffswitchconfiguration/readattributeswitchtype(completion:)"
---

# readAttributeSwitchType(completion:)

## Declaration

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

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