---
title: "readAttributeIdentifyType(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteridentify/readattributeidentifytype(completion:)"
---

# readAttributeIdentifyType(completion:)

## Declaration

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

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