Uses of Enum Class
org.openhab.core.thing.binding.firmware.ProgressStep
Packages that use ProgressStep
-
Uses of ProgressStep in org.openhab.core.thing.binding.firmware
Methods in org.openhab.core.thing.binding.firmware that return ProgressStepModifier and TypeMethodDescriptionstatic ProgressStep
Returns the enum constant of this class with the specified name.static ProgressStep[]
ProgressStep.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openhab.core.thing.binding.firmware with parameters of type ProgressStepModifier and TypeMethodDescriptionvoid
ProgressCallback.defineSequence
(ProgressStep... sequence) Callback operation to define theProgressStep
s for the sequence of the firmware update. -
Uses of ProgressStep in org.openhab.core.thing.firmware
Methods in org.openhab.core.thing.firmware that return ProgressStepModifier and TypeMethodDescriptionFirmwareUpdateProgressInfo.getProgressStep()
Returns the current progress step.Methods in org.openhab.core.thing.firmware that return types with arguments of type ProgressStepModifier and TypeMethodDescriptionFirmwareUpdateProgressInfo.getSequence()
Returns the sequence of the firmware update process.Methods in org.openhab.core.thing.firmware with parameters of type ProgressStepModifier and TypeMethodDescriptionstatic FirmwareUpdateProgressInfo
FirmwareUpdateProgressInfo.createFirmwareUpdateProgressInfo
(ThingUID thingUID, String firmwareVersion, ProgressStep progressStep, Collection<ProgressStep> sequence, boolean pending, int progress) Creates a newFirmwareUpdateProgressInfo
.static FirmwareUpdateProgressInfo
FirmwareUpdateProgressInfo.createFirmwareUpdateProgressInfo
(ThingUID thingUID, ThingTypeUID thingTypeUID, String firmwareVersion, ProgressStep progressStep, Collection<ProgressStep> sequence, boolean pending) Creates a newFirmwareUpdateProgressInfo
.Method parameters in org.openhab.core.thing.firmware with type arguments of type ProgressStepModifier and TypeMethodDescriptionstatic FirmwareUpdateProgressInfo
FirmwareUpdateProgressInfo.createFirmwareUpdateProgressInfo
(ThingUID thingUID, String firmwareVersion, ProgressStep progressStep, Collection<ProgressStep> sequence, boolean pending, int progress) Creates a newFirmwareUpdateProgressInfo
.static FirmwareUpdateProgressInfo
FirmwareUpdateProgressInfo.createFirmwareUpdateProgressInfo
(ThingUID thingUID, ThingTypeUID thingTypeUID, String firmwareVersion, ProgressStep progressStep, Collection<ProgressStep> sequence, boolean pending) Creates a newFirmwareUpdateProgressInfo
.