HMCharacteristicValueDoorState Enum

Definition

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

Closed 1

The door is closed.

Closing 3

The door is moving from opened to closed.

Open 0

The door is open.

Opening 2

The door is moving from closed to open.

Stopped 4

The door is stopped somewhere between opened and closed.

Applies to