stephb9959
2023-10-16 08:49:27 -07:00
parent cf2f3f57e9
commit f74a3877ae

View File

@@ -99,6 +99,7 @@ namespace OpenWifi {
if (Device->Get(Configuration)) {
std::ostringstream OS;
Configuration->stringify(OS);
Configuration->stringify(std::cout);
Results.appliedConfiguration = OS.str();
auto Response = Poco::makeShared<Poco::JSON::Object>();
poco_debug(Logger(),