Class: OpenHAB::Core::Types::NextPreviousType
- Inherits:
-
Object
- Object
- OpenHAB::Core::Types::NextPreviousType
- Includes:
- Command
- Defined in:
- lib/openhab/core/types/next_previous_type.rb
Overview
Constant Summary collapse
- NEXT =
Next Command
- PREVIOUS =
Previous Command
Instance Method Summary collapse
-
#next? ⇒ true, false
Check if
self == NEXT
. -
#previous? ⇒ true, false
Check if
self == PREVIOUS
.
Methods included from Type
Instance Method Details
#next? ⇒ true, false
Check if self == NEXT
|
# File 'lib/openhab/core/types/next_previous_type.rb', line 19
|
#previous? ⇒ true, false
Check if self == PREVIOUS
|
# File 'lib/openhab/core/types/next_previous_type.rb', line 23
|