mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-03 03:57:55 +00:00
Framework update.
This commit is contained in:
@@ -177,7 +177,7 @@ namespace OpenWifi {
|
||||
Poco::JSON::Object ExObj;
|
||||
ExObj.set("from-uuid", i.info.id);
|
||||
ExObj.set("from-name", i.info.name);
|
||||
ExObj.set("action", "rejected");
|
||||
ExObj.set("action", "ignored");
|
||||
ExObj.set("reason","weight insufficient");
|
||||
ExObj.set("element",SectionInfo);
|
||||
Explanation_.add(ExObj);
|
||||
@@ -230,8 +230,8 @@ namespace OpenWifi {
|
||||
} else {
|
||||
Poco::JSON::Object ExObj;
|
||||
ExObj.set("from-uuid", Config.info.id);
|
||||
ExObj.set("from-name",Config.info.name);
|
||||
ExObj.set("action", "rejected");
|
||||
ExObj.set("from-name",Config.info.name );
|
||||
ExObj.set("action", "ignored");
|
||||
ExObj.set("reason", "deviceType mismatch");
|
||||
Explanation_.add(ExObj);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user