Update framework.

This commit is contained in:
stephb9959
2022-02-04 09:56:52 -08:00
parent 8b2ca1c441
commit 1100fa9836
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);