Uses of Interface
org.openhab.core.thing.binding.firmware.Firmware
Packages that use Firmware
Package
Description
-
Uses of Firmware in org.openhab.core.magic.binding.handler
Methods in org.openhab.core.magic.binding.handler with parameters of type FirmwareModifier and TypeMethodDescriptionvoid
MagicFirmwareUpdateThingHandler.updateFirmware
(Firmware firmware, ProgressCallback progressCallback) -
Uses of Firmware in org.openhab.core.thing.binding.firmware
Methods in org.openhab.core.thing.binding.firmware that return FirmwareMethods in org.openhab.core.thing.binding.firmware with parameters of type FirmwareModifier and TypeMethodDescriptionvoid
FirmwareUpdateBackgroundTransferHandler.transferFirmware
(Firmware firmware) Transfers the firmware of the thing to its actual device in the background.void
FirmwareUpdateHandler.updateFirmware
(Firmware firmware, ProgressCallback progressCallback) Updates the firmware for the physical device of the thing that is handled by this firmware update handler. -
Uses of Firmware in org.openhab.core.thing.firmware
Methods in org.openhab.core.thing.firmware that return FirmwareModifier and TypeMethodDescription@Nullable Firmware
FirmwareProvider.getFirmware
(Thing thing, String version) Returns the firmware for the given thing and provided firmware version.@Nullable Firmware
FirmwareProvider.getFirmware
(Thing thing, String version, @Nullable Locale locale) Returns the firmware for the given thing and version for the given locale.@Nullable Firmware
FirmwareRegistry.getFirmware
(Thing thing, String firmwareVersion) Returns the firmware for the given thing and firmware version by using the locale provided by theLocaleProvider
.@Nullable Firmware
FirmwareRegistry.getFirmware
(Thing thing, String firmwareVersion, Locale locale) Returns the firmware for the given thing, firmware version and locale.@Nullable Firmware
FirmwareRegistry.getLatestFirmware
(Thing thing) Returns the latest firmware for the given thing, using the locale provided by theLocaleProvider
.@Nullable Firmware
FirmwareRegistry.getLatestFirmware
(Thing thing, @Nullable Locale locale) Returns the latest firmware for the given thing and locale.Methods in org.openhab.core.thing.firmware that return types with arguments of type FirmwareModifier and TypeMethodDescriptionFirmwareProvider.getFirmwares
(Thing thing) Returns the set of available firmwares for the given thing.FirmwareProvider.getFirmwares
(Thing thing, @Nullable Locale locale) Returns the set of available firmwares for the given thing and the given locale.FirmwareRegistry.getFirmwares
(Thing thing) Returns the collection of available firmwares for the given thing using the locale provided by theLocaleProvider
.FirmwareRegistry.getFirmwares
(Thing thing, @Nullable Locale locale) Returns the collection of available firmwares for the given thing and locale.