Skip to content

SimulatedFirmwareEntry

Defined in: console-sdk/src/testing/manifestStub.ts:37

One firmware release available in the simulated world — the input to createTestConfig({ firmware: [...] }) (SDK_PLAN.md §3.11.2). Pairs with SimulatedConsoleSpec.firmware to exercise every useFirmwareUpdate variant without a CDN.

channel: "prod" | "dev"

Defined in: console-sdk/src/testing/manifestStub.ts:41

Release channel the entry is published on.


optional image?: Uint8Array<ArrayBufferLike>

Defined in: console-sdk/src/testing/manifestStub.ts:51

Image bytes served for the entry’s files. Default: deterministic generated bytes whose MD5 the manifest advertises, so download verification passes.


model: DeviceModel

Defined in: console-sdk/src/testing/manifestStub.ts:39

Device model this release targets.


optional releaseNotes?: string

Defined in: console-sdk/src/testing/manifestStub.ts:45

Release notes carried on the manifest entry.


version: object

Defined in: console-sdk/src/testing/manifestStub.ts:43

Advertised versions: GD (main MCU) required, RF optional.

gd: string

optional rf?: string