HMCharacteristicValueHeatingCooling Enum

Definition

Enumerates the states that an indoor climate control unit 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 HMCharacteristicValueHeatingCooling
type HMCharacteristicValueHeatingCooling = 
Inheritance
HMCharacteristicValueHeatingCooling
Attributes

Fields

Auto 3

The unit will heat or cool as necessary.

Cool 2

The unit will cool.

Heat 1

The unit will heat.

Off 0

The unit is off.

Applies to