---
title: "reset(with:expectedValues:expectedValueInterval:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrclusterdishwasheralarm/reset(with:expectedvalues:expectedvalueinterval:completion:)"
---

# reset(with:expectedValues:expectedValueInterval:completion:)

## Declaration

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

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