mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-03 20:27:45 +00:00
Fixing capabilities cache for Provisioning.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace OpenWifi {
|
||||
|
||||
Poco::JSON::Array ObjArr;
|
||||
for(const auto &[deviceType,capabilities]:Caps) {
|
||||
std::cout << "C:" << to_string(capabilities) << std::endl;
|
||||
// std::cout << "C:" << to_string(capabilities) << std::endl;
|
||||
Poco::JSON::Object Inner;
|
||||
Inner.set("deviceType",deviceType);
|
||||
Poco::JSON::Parser P;
|
||||
|
||||
Reference in New Issue
Block a user