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

# HMEventTriggerActivationState

The activation state of an event trigger.

```
enum HMEventTriggerActivationState
```

## Topics

### Inspecting activation state

[`case disabled`](/documentation/HomeKit/HMEventTriggerActivationState/disabled)

Trigger is not activated.

[`case disabledNoCompatibleHomeHub`](/documentation/HomeKit/HMEventTriggerActivationState/disabledNoCompatibleHomeHub)

Trigger is not active because there is no compatible home hub.

[`case disabledNoHomeHub`](/documentation/HomeKit/HMEventTriggerActivationState/disabledNoHomeHub)

Trigger is not active because there is no home hub.

[`case disabledNoLocationServicesAuthorization`](/documentation/HomeKit/HMEventTriggerActivationState/disabledNoLocationServicesAuthorization)

Trigger is not active because the user has not authorized use of location services.

[`case enabled`](/documentation/HomeKit/HMEventTriggerActivationState/enabled)

The trigger is currently active.

### Initializers

[`init?(rawValue: UInt)`](/documentation/HomeKit/HMEventTriggerActivationState/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)