Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static long Auto  
      static long Cool  
      static long Heat  
      static long Off  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait