mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 09:42:38 +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,
|
||||
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,
|
||||
{{"deviceType", device_type}}, 50000);
|
||||
|
||||
Reference in New Issue
Block a user