Uses of Package
org.openhab.core.thing.binding.firmware
Package
Description
-
ClassDescriptionThe
FirmwareUpdateHandler
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. -
ClassDescriptionThe builder to create a
Firmware
.A function for defining specific installation restrictions for a givenFirmware
.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. -
ClassDescriptionThe
ProgressStep
enumeration defines the possible progress steps for a firmware update.