---
title: HMHomeHubState
framework: homekit
role: symbol
role_heading: Enumeration
path: homekit/hmhomehubstate
---

# HMHomeHubState

The possible states of the home hub.

## Declaration

```swift
enum HMHomeHubState
```

## Topics

### Specifying the State

- [HMHomeHubState.connected](homekit/hmhomehubstate/connected.md)
- [HMHomeHubState.disconnected](homekit/hmhomehubstate/disconnected.md)
- [HMHomeHubState.notAvailable](homekit/hmhomehubstate/notavailable.md)

### Initializers

- [init(rawValue:)](homekit/hmhomehubstate/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)

## See Also

### Querying the state of a home hub

- [homeHubState](homekit/hmhome/homehubstate.md)
