Framework Update

This commit is contained in:
stephb9959
2022-02-04 09:55:59 -08:00
parent 5756e31ae6
commit bd331913e1
2 changed files with 0 additions and 2 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);