update function power

This commit is contained in:
joseph le 2023-11-17 07:42:52 +07:00
parent 476a696317
commit 374edd8eda
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ const { addLogFunction } = require("./addLogFunctionJS");
"/home/Log_service/app/store/logsAPI/" +
moment(Date.now()).format("DD_MM_YYYY").toString() +
".log";
addLogFunction(fileName, JSON.stringify(params, null, 2), "powerSchedule")
}, 5000);