Update framework.

This commit is contained in:
stephb9959
2022-02-04 09:56:22 -08:00
parent 316e51a0e2
commit 76c34c5b7e
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);