From ecd1dfc41fd4a1c82909b84814c01a990fad6e04 Mon Sep 17 00:00:00 2001 From: Varun Date: Fri, 13 Dec 2024 10:48:25 +0530 Subject: [PATCH] test autopush --- src/controllers/tanksController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index f3b00255..1b05ff1b 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -1981,7 +1981,7 @@ else if (currentWaterLevel >= highWaterThreshold) { const stopTime = req.body.stopTime || new Date().toISOString(); const motorOnType = req.body.motor_on_type || "manual"; if (action === "start") { - + motorStopStatus = "2"; const startTime = req.body.startTime; const stopCriteria = @@ -4916,4 +4916,4 @@ async function removeDuplicates() { // Run the remove duplicates function removeDuplicates(); - +console.log("this is for testing autopush,line located in tankscontroller")