---
title: HMCharacteristicTypeCurrentTemperature
framework: homekit
role: symbol
role_heading: Global Variable
path: homekit/hmcharacteristictypecurrenttemperature
---

# HMCharacteristicTypeCurrentTemperature

The current temperature measured by the accessory.

## Declaration

```swift
let HMCharacteristicTypeCurrentTemperature: String
```

## Discussion

Discussion The corresponding value is a floating point number in degrees Celsius.

## See Also

### Temperature

- [HMCharacteristicTypeTargetTemperature](homekit/hmcharacteristictypetargettemperature.md)
- [HMCharacteristicTypeTemperatureUnits](homekit/hmcharacteristictypetemperatureunits.md)
- [HMCharacteristicTypeTargetHeatingCooling](homekit/hmcharacteristictypetargetheatingcooling.md)
- [HMCharacteristicTypeCurrentHeatingCooling](homekit/hmcharacteristictypecurrentheatingcooling.md)
- [HMCharacteristicTypeTargetHeaterCoolerState](homekit/hmcharacteristictypetargetheatercoolerstate.md)
- [HMCharacteristicTypeCurrentHeaterCoolerState](homekit/hmcharacteristictypecurrentheatercoolerstate.md)
- [HMCharacteristicTypeCoolingThreshold](homekit/hmcharacteristictypecoolingthreshold.md)
- [HMCharacteristicTypeHeatingThreshold](homekit/hmcharacteristictypeheatingthreshold.md)
