<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 8.0.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HomeKit",
  "identifier" : "/documentation/HomeKit/HMCharacteristicValueDoorState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "HomeKit"
    ],
    "preciseIdentifier" : "c:@E@HMCharacteristicValueDoorState"
  },
  "title" : "HMCharacteristicValueDoorState"
}
-->

# HMCharacteristicValueDoorState

Possible values for the state of a door.

```
enum HMCharacteristicValueDoorState
```

## Topics

### Door States

[`HMCharacteristicValueDoorStateOpen`](/documentation/HomeKit/HMCharacteristicValueDoorState/open)

The door is fully open.

[`HMCharacteristicValueDoorStateClosed`](/documentation/HomeKit/HMCharacteristicValueDoorState/closed)

The door is fully closed.

[`HMCharacteristicValueDoorStateOpening`](/documentation/HomeKit/HMCharacteristicValueDoorState/opening)

The door is actively opening.

[`HMCharacteristicValueDoorStateClosing`](/documentation/HomeKit/HMCharacteristicValueDoorState/closing)

The door is actively closing.

[`HMCharacteristicValueDoorStateStopped`](/documentation/HomeKit/HMCharacteristicValueDoorState/stopped)

The door is not moving, and is neither fully open nor fully closed.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)