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

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

## Declaration

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

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