mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2026-01-27 10:22:33 +00:00
Adding band to SSIDTP
This commit is contained in:
@@ -378,6 +378,8 @@ namespace OpenWifi::RESTAPI_utils {
|
||||
inline void field_from_json(const Poco::JSON::Object::Ptr &Obj, const char *Field, int &Value) {
|
||||
if(Obj->isObject(Field)) {
|
||||
Value = Obj->get(Field);
|
||||
} else {
|
||||
std::cout << "Field: " << Field << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user