<!--
{
  "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/HMCharacteristicThresholdRangeEvent",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "HomeKit"
    ],
    "preciseIdentifier" : "c:objc(cs)HMCharacteristicThresholdRangeEvent"
  },
  "title" : "HMCharacteristicThresholdRangeEvent"
}
-->

# HMCharacteristicThresholdRangeEvent

An event that triggers when the value of a characteristic is within a specified range.

```
class HMCharacteristicThresholdRangeEvent
```

## Topics

### Creating a characteristic threshold range event

[`init(characteristic:thresholdRange:)`](/documentation/HomeKit/HMCharacteristicThresholdRangeEvent/init(characteristic:thresholdRange:))

Creates a characteristic threshold range event for the specified characteristic and number range.

### Inspecting a characteristic threshold event

[`characteristic`](/documentation/HomeKit/HMCharacteristicThresholdRangeEvent/characteristic)

The characteristic associated with the event.

[`thresholdRange`](/documentation/HomeKit/HMCharacteristicThresholdRangeEvent/thresholdRange)

The range of the characteristic value that triggers the event.



---

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)