WebSocket notification

This commit is contained in:
stephb9959
2022-04-27 15:42:11 -07:00
parent 642dd63fa9
commit 3952403f1e
3 changed files with 17 additions and 6 deletions

View File

@@ -681,8 +681,8 @@ namespace OpenWifi::ProvObjects {
type,
details;
std::vector<std::string> success,
errors,
warnings;
error,
warning;
uint64_t timeStamp=std::time(nullptr);
void to_json(Poco::JSON::Object &Obj) const;