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