Class: FirmwareUpdateNotice

dto~ FirmwareUpdateNotice

This class represents a progress update to a client regarding new firmware being programmed to their device.

new FirmwareUpdateNotice(percent, cid)

Constructor, creates a new instance of this type.
Parameters:
Name Type Description
percent number Percentage of the firmware programmed.
cid string Correlation id.

Members

cid :string

The correlation id sent with the request.

percent :number

Percentage (between 0 and 1) of the firmware currently copied to the device.