Fixing fake macAddresses

This commit is contained in:
stephb9959
2022-03-02 21:26:58 -08:00
parent 261fa5759c
commit 87277d08f3
6 changed files with 23 additions and 4 deletions

View File

@@ -436,6 +436,7 @@ namespace OpenWifi::ProvObjects {
std::string status;
uint64_t error=0;
uint64_t statusCode=0;
std::string deviceID;
void to_json(Poco::JSON::Object &Obj) const;
bool from_json(const Poco::JSON::Object::Ptr &Obj);