stephb9959
2023-12-14 15:13:44 -08:00
parent 43e9d8a775
commit dee0f1fc01

View File

@@ -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);