---
title: HMCharacteristicTypeCurrentRelativeHumidity
framework: homekit
role: symbol
role_heading: Global Variable
path: homekit/hmcharacteristictypecurrentrelativehumidity
---

# HMCharacteristicTypeCurrentRelativeHumidity

The current relative humidity measured by the accessory.

## Declaration

```swift
let HMCharacteristicTypeCurrentRelativeHumidity: String
```

## Discussion

Discussion The corresponding value is a floating point percentage representing the current 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

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