Framework update.

This commit is contained in:
stephb9959
2022-02-04 09:58:31 -08:00
parent 16a16156e0
commit 85be785bce
4 changed files with 23 additions and 22 deletions

View File

@@ -181,7 +181,6 @@ namespace OpenWifi::GWObjects {
}
void ConnectionState::to_json(Poco::JSON::Object &Obj) const {
field_to_json(Obj,"serialNumber", SerialNumber);
field_to_json(Obj,"ipAddress", Address);
field_to_json(Obj,"txBytes", TX);
field_to_json(Obj,"rxBytes", RX);