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

# HMCharacteristicValueCurrentSlatState

Possible values for the current state of slats on an accessory like a window or a fan.

```
enum HMCharacteristicValueCurrentSlatState
```

## Topics

### Slat States

[`case stationary`](/documentation/HomeKit/HMCharacteristicValueCurrentSlatState/stationary)

The slats are stationary.

[`case jammed`](/documentation/HomeKit/HMCharacteristicValueCurrentSlatState/jammed)

The slats are jammed.

[`case oscillating`](/documentation/HomeKit/HMCharacteristicValueCurrentSlatState/oscillating)

The slats are oscillating.

### Initializers

[`init?(rawValue: Int)`](/documentation/HomeKit/HMCharacteristicValueCurrentSlatState/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)