mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-01 11:07:46 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ namespace OpenWifi::SDK::FMS {
|
|||||||
|
|
||||||
bool GetDeviceTypeFirmwares(const std::string &device_type,
|
bool GetDeviceTypeFirmwares(const std::string &device_type,
|
||||||
std::vector<FMSObjects::Firmware> &FirmWares) {
|
std::vector<FMSObjects::Firmware> &FirmWares) {
|
||||||
static const std::string EndPoint{"/api/v1/firmwares"};
|
static const std::string EndPoint{"/api/v1/firmwares?offset=0&limit=1000"};
|
||||||
|
|
||||||
OpenWifi::OpenAPIRequestGet API(uSERVICE_FIRMWARE, EndPoint,
|
OpenWifi::OpenAPIRequestGet API(uSERVICE_FIRMWARE, EndPoint,
|
||||||
{{"deviceType", device_type}}, 50000);
|
{{"deviceType", device_type}}, 50000);
|
||||||
|
|||||||
Reference in New Issue
Block a user