---
title: WKHapticType.directionUp
framework: watchkit
role: symbol
role_heading: Case
path: watchkit/wkhaptictype/directionup
---

# WKHapticType.directionUp

Indicates an increase in a specific value or when a value has gone above a certain threshold.

## Declaration

```swift
case directionUp
```

## Discussion

Discussion For example, you could use this feedback when adjusting the value of a thermostat.

## See Also

### Constants

- [WKHapticType.notification](watchkit/wkhaptictype/notification.md)
- [WKHapticType.directionDown](watchkit/wkhaptictype/directiondown.md)
- [WKHapticType.success](watchkit/wkhaptictype/success.md)
- [WKHapticType.failure](watchkit/wkhaptictype/failure.md)
- [WKHapticType.retry](watchkit/wkhaptictype/retry.md)
- [WKHapticType.start](watchkit/wkhaptictype/start.md)
- [WKHapticType.stop](watchkit/wkhaptictype/stop.md)
- [WKHapticType.click](watchkit/wkhaptictype/click.md)
- [WKHapticType.navigationGenericManeuver](watchkit/wkhaptictype/navigationgenericmaneuver.md)
- [WKHapticType.navigationLeftTurn](watchkit/wkhaptictype/navigationleftturn.md)
- [WKHapticType.navigationRightTurn](watchkit/wkhaptictype/navigationrightturn.md)
