Package apple.homekit.enums
Class HMCharacteristicValueHeatingCooling
- java.lang.Object
-
- apple.homekit.enums.HMCharacteristicValueHeatingCooling
-
public final class HMCharacteristicValueHeatingCooling extends java.lang.Object[@enum] HMCharacteristicValueHeatingCooling [@constant] HMCharacteristicValueHeatingCoolingOff Off. [@constant] HMCharacteristicValueHeatingCoolingHeat If the current temperature is below the target temperature then turn on heating. [@constant] HMCharacteristicValueHeatingCoolingCool If the current temperature is above the target temperature then turn on cooling. [@constant] HMCharacteristicValueHeatingCoolingAuto Turn on heating or cooling to maintain temperature within the heating and cooling threshold of the target temperature.
-
-
Field Detail
-
Off
public static final long Off
- See Also:
- Constant Field Values
-
Heat
public static final long Heat
- See Also:
- Constant Field Values
-
Cool
public static final long Cool
- See Also:
- Constant Field Values
-
Auto
public static final long Auto
- See Also:
- Constant Field Values
-
-