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
|
brand'racom'|… |
The brand of the build (⚠ only RACOM can be listed in docs ⚠) |
build_type'release'|'daily'|'alpha'|'dev' |
Build type
|
build_datestring |
Build date in the yyyy-mm-dd format |
build_labelstring; [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"
}