update function power
This commit is contained in:
parent
476a696317
commit
374edd8eda
|
|
@ -77,6 +77,7 @@ const { addLogFunction } = require("./addLogFunctionJS");
|
||||||
"/home/Log_service/app/store/logsAPI/" +
|
"/home/Log_service/app/store/logsAPI/" +
|
||||||
moment(Date.now()).format("DD_MM_YYYY").toString() +
|
moment(Date.now()).format("DD_MM_YYYY").toString() +
|
||||||
".log";
|
".log";
|
||||||
|
|
||||||
addLogFunction(fileName, JSON.stringify(params, null, 2), "powerSchedule")
|
addLogFunction(fileName, JSON.stringify(params, null, 2), "powerSchedule")
|
||||||
}, 5000);
|
}, 5000);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue