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.
Properties
Section titled “Properties”channel
Section titled “channel”channel:
"prod"|"dev"
Defined in: console-sdk/src/testing/manifestStub.ts:41
Release channel the entry is published on.
image?
Section titled “image?”
optionalimage?: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.
releaseNotes?
Section titled “releaseNotes?”
optionalreleaseNotes?:string
Defined in: console-sdk/src/testing/manifestStub.ts:45
Release notes carried on the manifest entry.
version
Section titled “version”version:
object
Defined in: console-sdk/src/testing/manifestStub.ts:43
Advertised versions: GD (main MCU) required, RF optional.
gd:
string
optionalrf?:string