Adding locale to inventory

This commit is contained in:
stephb9959
2022-02-24 11:13:39 -08:00
parent 73a096b0ad
commit 72dd336b08
9 changed files with 33 additions and 7 deletions

View File

@@ -286,6 +286,7 @@ namespace OpenWifi::ProvObjects {
Types::UUID_t managementPolicy;
std::string state;
std::string devClass;
std::string locale;
void to_json(Poco::JSON::Object &Obj) const;
bool from_json(const Poco::JSON::Object::Ptr &Obj);