Class HMCharacteristicValueDoorState


  • public final class HMCharacteristicValueDoorState
    extends java.lang.Object
    [@enum] HMCharacteristicValueDoorState [@constant] HMCharacteristicValueDoorStateOpen The door is fully open. [@constant] HMCharacteristicValueDoorStateClosed The door is fully closed. [@constant] HMCharacteristicValueDoorStateOpening The door is actively opening. [@constant] HMCharacteristicValueDoorStateClosing The door is actively closing. [@constant] HMCharacteristicValueDoorStateStopped The door is not moving, and it is not fully open nor fully closed.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Closed  
      static long Closing  
      static long Open  
      static long Opening  
      static long Stopped  
    • Method Summary

      • Methods inherited from class java.lang.Object

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