Config & framework update

This commit is contained in:
stephb9959
2022-01-09 22:39:26 -08:00
parent 00fb2bab4f
commit c32a7bd91f
6 changed files with 14 additions and 32 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: