---
title: HMCharacteristicValueDoorState
framework: homekit
role: symbol
role_heading: Enumeration
path: homekit/hmcharacteristicvaluedoorstate
---

# HMCharacteristicValueDoorState

Possible values for the state of a door.

## Declaration

```swift
enum HMCharacteristicValueDoorState
```

## Topics

### Door States

- [HMCharacteristicValueDoorState.open](homekit/hmcharacteristicvaluedoorstate/open.md)
- [HMCharacteristicValueDoorState.closed](homekit/hmcharacteristicvaluedoorstate/closed.md)
- [HMCharacteristicValueDoorState.opening](homekit/hmcharacteristicvaluedoorstate/opening.md)
- [HMCharacteristicValueDoorState.closing](homekit/hmcharacteristicvaluedoorstate/closing.md)
- [HMCharacteristicValueDoorState.stopped](homekit/hmcharacteristicvaluedoorstate/stopped.md)

### Initializers

- [init(rawValue:)](homekit/hmcharacteristicvaluedoorstate/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
