From 7c54910c6f128957156694ae3d24da6e8261d3d3 Mon Sep 17 00:00:00 2001 From: Varun Date: Wed, 23 Apr 2025 21:27:32 +0530 Subject: [PATCH] changes --- src/controllers/tanksController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index 69f80fc9..baefea3a 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -6224,6 +6224,7 @@ async function processIotData(hw_Id, data) { const startTime1 = moment().tz('Asia/Kolkata').format('DD-MMM-YYYY - HH:mm:ss'); const startInstanceId = `${hw_Id}${formattedTime}`; + inputConnection.motor_stop_status = "2"; inputConnection.motor_on_type = "forced_manual"; inputConnection.startTime = startTime1;