mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-02 11:37:54 +00:00
Updating device subscriber record.
This commit is contained in:
@@ -100,6 +100,7 @@ namespace OpenWifi {
|
||||
DeviceTypes_.clear();
|
||||
auto Array = Response->getArray("deviceTypes");
|
||||
for(const auto &i:*Array) {
|
||||
std::cout << "Adding deviceType:" << i.toString() << std::endl;
|
||||
DeviceTypes_.insert(i.toString());
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user