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

@@ -34,6 +34,10 @@ namespace OpenWifi::GWObjects {
std::string Firmware;
CertificateValidation VerifiedCertificate = NO_CERTIFICATE;
std::string Compatible;
uint64_t kafkaClients=0;
uint64_t webSocketClients=0;
uint64_t kafkaPackets=0;
uint64_t websocketPackets=0;
void to_json(Poco::JSON::Object &Obj) const;
};