Class: OpenHAB::Core::Types::RewindFastforwardType
- Inherits:
-
Object
- Object
- OpenHAB::Core::Types::RewindFastforwardType
- Defined in:
- lib/openhab/core/types/rewind_fastforward_type.rb
Overview
Implements the REWIND and FASTFORWARD commands and states.
Constant Summary collapse
- REWIND =
Rewind Command/Rewinding State
- FASTFORWARD =
Fast Forward Command/Fast Forwarding State
Instance Method Summary collapse
-
#fast_forwarding? ⇒ true, false
(also: #fast_forward?)
Check if
self == FASTFORWARD
. -
#rewinding? ⇒ true, false
(also: #rewind?)
Check if
self == REWIND
.
Methods included from Type
Instance Method Details
#fast_forwarding? ⇒ true, false Also known as: fast_forward?
Check if self == FASTFORWARD
|
# File 'lib/openhab/core/types/rewind_fastforward_type.rb', line 25
|
#rewinding? ⇒ true, false Also known as: rewind?
Check if self == REWIND
|
# File 'lib/openhab/core/types/rewind_fastforward_type.rb', line 19
|