Framework update

This commit is contained in:
stephb9959
2022-01-09 22:43:06 -08:00
parent f796e4db75
commit 7eaa36f32e
6 changed files with 14 additions and 35 deletions

View File

@@ -192,6 +192,10 @@ namespace OpenWifi::GWObjects {
field_to_json(Obj,"lastContact", LastContact);
field_to_json(Obj,"associations_2G", Associations_2G);
field_to_json(Obj,"associations_5G", Associations_5G);
field_to_json(Obj,"webSocketClients", webSocketClients);
field_to_json(Obj,"websocketPackets", websocketPackets);
field_to_json(Obj,"kafkaClients", kafkaClients);
field_to_json(Obj,"kafkaPackets", kafkaPackets);
switch(VerifiedCertificate) {
case NO_CERTIFICATE: