Uses of Enum Class
org.openhab.core.thing.firmware.FirmwareUpdateResult
Packages that use FirmwareUpdateResult
-
Uses of FirmwareUpdateResult in org.openhab.core.thing.firmware
Methods in org.openhab.core.thing.firmware that return FirmwareUpdateResultModifier and TypeMethodDescriptionFirmwareUpdateResultInfo.getResult()Returns the result of the firmware update.static FirmwareUpdateResultReturns the enum constant of this class with the specified name.static FirmwareUpdateResult[]FirmwareUpdateResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openhab.core.thing.firmware with parameters of type FirmwareUpdateResultModifier and TypeMethodDescriptionstatic FirmwareUpdateResultInfoFirmwareUpdateResultInfo.createFirmwareUpdateResultInfo(ThingUID thingUID, FirmwareUpdateResult result, String errorMessage) Creates a newFirmwareUpdateResultInfo.