Uses of Package
org.openhab.core.thing.binding.firmware
Packages that use org.openhab.core.thing.binding.firmware
Package
Description
-
Classes in org.openhab.core.thing.binding.firmware used by org.openhab.core.magic.binding.handlerClassDescriptionThe
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. -
Classes in org.openhab.core.thing.binding.firmware used by org.openhab.core.thing.binding.firmwareClassDescriptionThe 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. -
Classes in org.openhab.core.thing.binding.firmware used by org.openhab.core.thing.firmwareClassDescriptionThe
ProgressStep
enumeration defines the possible progress steps for a firmware update.