Adding inventory list handler.

This commit is contained in:
stephb9959
2021-08-17 10:14:27 -07:00
parent 568c314f2d
commit 89987736cf
9 changed files with 168 additions and 6 deletions

View File

@@ -232,6 +232,7 @@ namespace OpenWifi::ProvObjects {
std::string subEntity;
std::string subVenue;
std::string subscriber;
std::string deviceType;
void to_json(Poco::JSON::Object &Obj) const;
bool from_json(const Poco::JSON::Object::Ptr &Obj);