---
title: "identify(with:expectedValues:expectedValueInterval:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrclusteridentify/identify(with:expectedvalues:expectedvalueinterval:completionhandler:)"
---

# identify(with:expectedValues:expectedValueInterval:completionHandler:)

## Declaration

```swift
func identify(with params: MTRIdentifyClusterIdentifyParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func identify(with params: MTRIdentifyClusterIdentifyParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws
```
