This function will return all the available firmwares that the server has. This will return all the firmwares for all the devices supported.
Method: GET
URL Params: None
Response:
{
"command": "/getProfisharkFirmwares",
"command_result": {
"firmwares": [
{
"firmware_name": "Profishark 100M",
"hw_firmware_version": "212",
"sw_firmware_version": "0.2.3.10",
"types": [13]
},
{
"firmware_name": "Profishark 1G V5",
"hw_firmware_version": "211",
"sw_firmware_version": "0.2.3.13",
"types": [6,7]
},
{
"firmware_name": "Profishark 1G+",
"hw_firmware_version": "211",
"sw_firmware_version": "0.2.3.20",
"types": [5,8,9,10]
},
{
"firmware_name": "Profishark 10G+",
"hw_firmware_version": "218",
"sw_firmware_version": "0.2.3.28",
"types": [12]
},
{
"firmware_name": "Profishark 1G V6",
"hw_firmware_version": "201",
"sw_firmware_version": "0.2.3.13",
"types": [14]
}
]
},
"errors": false,
"general_message": "Successfully retrieved firmware info"
}