Skip to content

Firmware Instance

Meta information about an extracted firmware instance.

Model

attribute description
version*
string
The version the firmware
sw_type
'M'|'S'|'U'
Firmware type
  • M: maintanance - for development
  • S: sandbox - for testing new features
  • U: user - for general use
brand
'racom'|…
The brand of the build (⚠ only RACOM can be listed in docs ⚠)
build_type
'release'|'daily'|'alpha'|'dev'
Build type
  • release: public release
  • daily: daily build
  • alpha: special use release
  • dev: manually build dev version
build_date
string
Build date in the yyyy-mm-dd format
build_label
string; [a-zA-Z0-9-]*
Text explaining the reason why the firmware package was created. Only applicable when build_type=alpha.

Example

{
  "version": "2.0.11.1",
  "sw_type": "U",
  "brand": "racom",
  "build_type": "alpha",
  "build_date": "2022-02-17",
  "build_label": "test-radio-interface"
}