Class: OpenHAB::Core::Types::RewindFastforwardType

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

Overview

Implements the REWIND and FASTFORWARD commands and states.

Instance Method Summary collapse

Methods included from Type

#==, #eql?

Instance Method Details

#fast_forwarding?true, false Also known as: fast_forward?

Check if ‘self == FASTFORWARD`

Returns:

  • (true, false)


# File 'lib/openhab/core/types/rewind_fastforward_type.rb', line 25

#rewinding?true, false Also known as: rewind?

Check if ‘self == REWIND`

Returns:

  • (true, false)


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