mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-31 18:48:09 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -99,6 +99,7 @@ namespace OpenWifi {
|
|||||||
if (Device->Get(Configuration)) {
|
if (Device->Get(Configuration)) {
|
||||||
std::ostringstream OS;
|
std::ostringstream OS;
|
||||||
Configuration->stringify(OS);
|
Configuration->stringify(OS);
|
||||||
|
Configuration->stringify(std::cout);
|
||||||
Results.appliedConfiguration = OS.str();
|
Results.appliedConfiguration = OS.str();
|
||||||
auto Response = Poco::makeShared<Poco::JSON::Object>();
|
auto Response = Poco::makeShared<Poco::JSON::Object>();
|
||||||
poco_debug(Logger(),
|
poco_debug(Logger(),
|
||||||
|
|||||||
Reference in New Issue
Block a user