stephb9959
2023-05-17 14:12:18 -07:00
parent 69dc1b8056
commit b5f8063ab7
9 changed files with 51 additions and 33 deletions

View File

@@ -171,7 +171,7 @@ namespace OpenWifi::RESTAPI_RPC {
// we need to post a kafka event for this.
if (Params.has(uCentralProtocol::CONFIG)) {
DeviceConfigurationChangeKafkaEvent KEvent(
Cmd.SerialNumber, Utils::Now(),
Utils::SerialNumberToInt(Cmd.SerialNumber), Utils::Now(),
Params.get(uCentralProtocol::CONFIG).toString());
}
}