Package org.openhab.core.thing.firmware
package org.openhab.core.thing.firmware
-
ClassDescriptionThe
FirmwareEventFactory
is registered as an OSGi service and is responsible to create firmware events.TheFirmwareProvider
is registered as an OSGi service and is responsible for providing firmwares.TheFirmwareRegistry
is registered as an OSGi service and is responsible for tracking allFirmwareProvider
s.TheFirmwareUpdateProgressInfo
represents the progress indicator for a firmware update.TheFirmwareUpdateProgressInfoEvent
is sent if there is a new progress step for a firmware update.TheFirmwareUpdateResult
enumeration defines the possible results for a firmware update.TheFirmwareUpdateResultInfo
contains information about the result of a firmware update.TheFirmwareUpdateResultInfoEvent
is sent if the firmware update has been finished.The firmware update service is registered as an OSGi service and is responsible for tracking all availableFirmwareUpdateHandler
s.