From a25023fadc80c1a6d398792ab95a4f0955effc9a Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Mon, 20 Jan 2025 12:12:04 +0530 Subject: [PATCH] notification changes --- src/controllers/tanksController.js | 1 + 1 file changed, 1 insertion(+) 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";