mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-03 12:17:56 +00:00
Fixing DB Range settings
This commit is contained in:
@@ -82,6 +82,7 @@ namespace uCentral {
|
||||
} else {
|
||||
std::vector<GWObjects::Device> Devices;
|
||||
Storage()->GetDevices(QB_.Offset, QB_.Limit, Devices);
|
||||
std::cout << "Offset:" << QB_.Offset << " Limit:" << QB_.Limit << " Device:" << Devices.size() << std::endl;
|
||||
Poco::JSON::Array Objects;
|
||||
for (const auto &i : Devices) {
|
||||
Poco::JSON::Object Obj;
|
||||
|
||||
Reference in New Issue
Block a user