Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13200
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Dec 14, 2023
1 parent dee0f1f commit 5094157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdks/SDK_fms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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?offset=0&limit=1000"};
static const std::string EndPoint{"/api/v1/firmwares?offset=1&limit=1000"};

OpenWifi::OpenAPIRequestGet API(uSERVICE_FIRMWARE, EndPoint,
{{"deviceType", device_type}}, 50000);
Expand Down

0 comments on commit 5094157

Please sign in to comment.