HMCharacteristicValueDoorState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the states that a door can be in.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMCharacteristicValueDoorState
type HMCharacteristicValueDoorState =
- Inheritance
-
HMCharacteristicValueDoorState
- Attributes
Fields
Name | Value | Description |
---|---|---|
Open | 0 | The door is open. |
Closed | 1 | The door is closed. |
Opening | 2 | The door is moving from closed to open. |
Closing | 3 | The door is moving from opened to closed. |
Stopped | 4 | The door is stopped somewhere between opened and closed. |