stephb9959
2023-02-13 13:51:51 -08:00
parent 2f14700f10
commit f2012e396c
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ namespace OpenWifi::RESTAPI_RPC {
Poco::Logger &Logger) {
Logger.information(fmt::format("{},{}: New {} command. User={} Serial={}. ", Cmd.UUID, RPCID, Cmd.Command, Cmd.SubmittedBy, Cmd.SerialNumber));
Cmd.Submitted = Utils::Now();
// if the command should be executed in the future, or if the device is not connected,
// then we should just add the command to
// the DB and let it figure out when to deliver the command.