Uses of Enum Class
org.openhab.core.library.types.IncreaseDecreaseType
Packages that use IncreaseDecreaseType
-
Uses of IncreaseDecreaseType in org.openhab.core.library.items
Methods in org.openhab.core.library.items with parameters of type IncreaseDecreaseTypeModifier and TypeMethodDescriptionvoidDimmerItem.send(IncreaseDecreaseType command) Send an INCREASE/DECREASE command to the item.voidDimmerItem.send(IncreaseDecreaseType command, @Nullable String source) Send an INCREASE/DECREASE command to the item. -
Uses of IncreaseDecreaseType in org.openhab.core.library.types
Methods in org.openhab.core.library.types that return IncreaseDecreaseTypeModifier and TypeMethodDescriptionstatic IncreaseDecreaseTypeReturns the enum constant of this class with the specified name.static IncreaseDecreaseType[]IncreaseDecreaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.