Skip to content

FirmwareUpdatePhase

FirmwareUpdatePhase = "downloading" | "verifying" | "transferring" | "finalizing"

Defined in: console-sdk/src/firmware/types.ts:167

The current phase of a running firmware update — surfaced on the 'updating' variant of FirmwareUpdateResult so a progress card can label what the engine is doing (SDK_PLAN.md §3.6.7):

  • 'downloading' — pulling the image(s) from the manifest CDN;
  • 'verifying' — MD5-checking the downloaded image(s);
  • 'transferring' — writing chunks to the device over BLE (the long leg);
  • 'finalizing' — the device is applying the image and rebooting.