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.handlerMethods in org.openhab.core.magic.binding.handler with parameters of type FirmwareModifier and TypeMethodDescriptionvoidMagicFirmwareUpdateThingHandler.updateFirmware(Firmware firmware, ProgressCallback progressCallback) 
- 
Uses of Firmware in org.openhab.core.thing.binding.firmwareMethods in org.openhab.core.thing.binding.firmware that return FirmwareMethods in org.openhab.core.thing.binding.firmware with parameters of type FirmwareModifier and TypeMethodDescriptionvoidFirmwareUpdateBackgroundTransferHandler.transferFirmware(Firmware firmware) Transfers the firmware of the thing to its actual device in the background.voidFirmwareUpdateHandler.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.firmwareMethods in org.openhab.core.thing.firmware that return FirmwareModifier and TypeMethodDescription@Nullable FirmwareFirmwareProvider.getFirmware(Thing thing, String version) Returns the firmware for the given thing and provided firmware version.@Nullable FirmwareFirmwareProvider.getFirmware(Thing thing, String version, @Nullable Locale locale) Returns the firmware for the given thing and version for the given locale.@Nullable FirmwareFirmwareRegistry.getFirmware(Thing thing, String firmwareVersion) Returns the firmware for the given thing and firmware version by using the locale provided by theLocaleProvider.@Nullable FirmwareFirmwareRegistry.getFirmware(Thing thing, String firmwareVersion, Locale locale) Returns the firmware for the given thing, firmware version and locale.@Nullable FirmwareFirmwareRegistry.getLatestFirmware(Thing thing) Returns the latest firmware for the given thing, using the locale provided by theLocaleProvider.@Nullable FirmwareFirmwareRegistry.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.