Fixing DB Range settings

This commit is contained in:
stephb9959
2021-08-03 12:13:44 -07:00
parent 685f9024d7
commit 4e60b248ca
2 changed files with 3 additions and 0 deletions

View File

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