---
title: HMCharacteristicTypeTargetRelativeHumidity
framework: homekit
role: symbol
role_heading: Global Variable
path: homekit/hmcharacteristictypetargetrelativehumidity
---

# HMCharacteristicTypeTargetRelativeHumidity

The target relative humidity for the accessory to achieve.

## Declaration

```swift
let HMCharacteristicTypeTargetRelativeHumidity: String
```

## Discussion

Discussion The corresponding value is a floating point percentage representing the desired relative humidity. This is a measure of the amount of water in the air relative to the maximum it can hold at the current temperature.

## See Also

### Humidity

- [HMCharacteristicTypeCurrentRelativeHumidity](homekit/hmcharacteristictypecurrentrelativehumidity.md)
- [HMCharacteristicTypeCurrentHumidifierDehumidifierState](homekit/hmcharacteristictypecurrenthumidifierdehumidifierstate.md)
- [HMCharacteristicTypeTargetHumidifierDehumidifierState](homekit/hmcharacteristictypetargethumidifierdehumidifierstate.md)
- [HMCharacteristicTypeHumidifierThreshold](homekit/hmcharacteristictypehumidifierthreshold.md)
- [HMCharacteristicTypeDehumidifierThreshold](homekit/hmcharacteristictypedehumidifierthreshold.md)
