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;