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 f506b6e commit a296c31
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 @@ -37,7 +37,7 @@ namespace OpenWifi::SDK::FMS {

OpenWifi::OpenAPIRequestGet API(uSERVICE_FIRMWARE, EndPoint,
{{"deviceType", device_type},
{"offset","1"},
{"offset","0"},
{"limit","1000"}}, 50000);

auto CallResponse = Poco::makeShared<Poco::JSON::Object>();
Expand Down

0 comments on commit a296c31

Please sign in to comment.