Class: OpenHAB::Core::Types::StopMoveType

Inherits:
Object
  • Object
show all
Includes:
Command
Defined in:
lib/openhab/core/types/stop_move_type.rb

Overview

Implements the STOP and MOVE commands.

Instance Method Summary collapse

Methods included from Type

#==, #eql?

Instance Method Details

#move?true, false

Check if ‘self == MOVE`

Returns:

  • (true, false)


# File 'lib/openhab/core/types/stop_move_type.rb', line 23

#stop?true, false

Check if ‘self == STOP`

Returns:

  • (true, false)


# File 'lib/openhab/core/types/stop_move_type.rb', line 19