mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
WebSocket notification
This commit is contained in:
@@ -114,7 +114,7 @@ namespace OpenWifi {
|
||||
Poco::Thread::trySleep( (long) (When_ - OpenWifi::Now()) * 1000 );
|
||||
|
||||
ProvObjects::WebSocketNotification N;
|
||||
N.content.type = "configuration_update";
|
||||
N.content.type = "venue_configuration_update";
|
||||
|
||||
Logger().information(fmt::format("Job {} Starting.", JobId_));
|
||||
|
||||
@@ -127,6 +127,8 @@ namespace OpenWifi {
|
||||
VenueDeviceConfigUpdater *task= nullptr;
|
||||
};
|
||||
|
||||
N.content.title = fmt::format("Updating {} configurations", Venue.info.name);
|
||||
|
||||
std::array<tState,MaxThreads> Tasks;
|
||||
|
||||
for(const auto &uuid:Venue.devices) {
|
||||
|
||||
Reference in New Issue
Block a user