diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index 047a1ed1..49df2574 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -2179,6 +2179,7 @@ console.log(fcmToken) const tankName = req.body.to || "Unknown Tank"; // Provide a fallback if `to` is missing const stopTime = req.body.stopTime const motorOnType = req.body.motor_on_type || "App"; + const manual_threshold_time = req.body.manual_threshold_time; if (action === "start") { motorStopStatus = "2";