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