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

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

## Declaration

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

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