diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index 0180408f..da99af8d 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -2863,7 +2863,7 @@ exports.motorAction = async (req, reply) => { let motorStopStatus = action === "start" ? "2" : "1"; const blockName = req.body.from || "Unknown Block"; const tankName = req.body.to || "Unknown Tank"; - + const stopTime = req.body.stopTime if (action === "start") { if (motorIntervals[motorId]) {