Package org.openhab.core.thing.binding.firmware
package org.openhab.core.thing.binding.firmware
-
ClassDescriptionThe builder to create a
Firmware
.A function for defining specific installation restrictions for a givenFirmware
.TheFirmwareUpdateBackgroundTransferHandler
is an extension of theFirmwareUpdateHandler
and is to be used if the firmware of the thing must be transferred to the actual device in the background.TheFirmwareUpdateHandler
can be implemented and registered as an OSGi service in order to update the firmware for the physical device of aThing
.TheProgressCallback
is injected into theFirmwareUpdateHandler.updateFirmware(Firmware, ProgressCallback)
operation in order to post progress information about the firmware update process.TheProgressStep
enumeration defines the possible progress steps for a firmware update.