mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
24 lines
417 B
Text
24 lines
417 B
Text
{
|
|
"bank": [
|
|
{
|
|
"name": "A",
|
|
"id": 1,
|
|
"active": true,
|
|
"boot": true,
|
|
"upgrade": false,
|
|
"fwver": "DG400PRIME-A-IOPSYS-6.3.0BETA1-210908_1319",
|
|
"swver": "6.3.0BETA1",
|
|
"status": "Active"
|
|
},
|
|
{
|
|
"name": "B",
|
|
"id": 2,
|
|
"active": false,
|
|
"boot": false,
|
|
"upgrade": true,
|
|
"fwver": "DG400PRIME-A-IOPSYS-6.2.0RC1-210624_0041",
|
|
"swver": "6.2.0RC1",
|
|
"status": "Available"
|
|
}
|
|
]
|
|
}
|