Skip to content

FirmwareVersions

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

A pair of firmware versions for the two MCUs a Rogue device carries: the main “GD” processor (always present) and the optional “RF” radio processor (null on models without one, or before it has been read). Versions are the raw dotted strings as the device and manifest report them ('1.0.45') — comparison goes through a real segment-wise version comparison, never string equality.

gd: string

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

Main-MCU (“GD”) firmware version, always present.


rf: string | null

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

Radio-MCU (“RF”) firmware version, or null when absent/unread.