Class: OpenHAB::Core::Types::StopMoveType
- Inherits:
-
Object
- Object
- OpenHAB::Core::Types::StopMoveType
- Includes:
- Command
- Defined in:
- lib/openhab/core/types/stop_move_type.rb
Overview
Constant Summary collapse
- STOP =
Stop Command
- MOVE =
Move Command
Instance Method Summary collapse
-
#move? ⇒ true, false
Check if
self == MOVE
. -
#stop? ⇒ true, false
Check if
self == STOP
.
Methods included from Type
Instance Method Details
#move? ⇒ true, false
Check if self == MOVE
|
# File 'lib/openhab/core/types/stop_move_type.rb', line 23
|
#stop? ⇒ true, false
Check if self == STOP
|
# File 'lib/openhab/core/types/stop_move_type.rb', line 19
|