HMCharacteristicValueHeatingCooling 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 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
Name | Value | Description |
---|---|---|
Off | 0 | The unit is off. |
Heat | 1 | The unit will heat. |
Cool | 2 | The unit will cool. |
Auto | 3 | The unit will heat or cool as necessary. |