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

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

## Declaration

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

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