Updating device subscriber record.

This commit is contained in:
stephb9959
2022-02-23 09:31:02 -08:00
parent 8f7f381ae0
commit 3a1c51c252
5 changed files with 53 additions and 1 deletions

View File

@@ -59,6 +59,10 @@ namespace OpenWifi::GWObjects {
uint64_t LastFWUpdate = 0 ;
std::string Venue;
std::string DevicePassword;
std::string subscriber;
std::string entity;
uint64_t modified=0;
void to_json(Poco::JSON::Object &Obj) const;
void to_json_with_status(Poco::JSON::Object &Obj) const;
bool from_json(Poco::JSON::Object::Ptr &Obj);