Framework update

This commit is contained in:
stephb9959
2021-12-22 21:57:19 -08:00
parent 4f6deba793
commit 3ba845cf06
5 changed files with 305 additions and 6 deletions

View File

@@ -26,8 +26,7 @@ namespace OpenWifi {
Poco::JSON::Object RetObj;
if (!QB_.Select.empty()) {
Poco::JSON::Array Objects;
auto UUIDs = Poco::StringTokenizer(QB_.Select,",");
for (auto &i : UUIDs) {
for (auto &i : SelectedRecords()) {
auto SerialNumber = i;
GWObjects::Device D;
if (StorageService()->GetDevice(SerialNumber, D)) {