From 542235150d07830d37a651a6f57393ea6a228fb8 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Thu, 20 Mar 2025 17:54:49 +0530 Subject: [PATCH] forced manual stop notifications chmages --- src/controllers/tanksController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index c25a8a6b..6ca7aa46 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -6261,7 +6261,7 @@ const sendMotorNotifications = async () => { // 🔹 Motor Stop Condition if ( inputConnection.motor_stop_status === "1" && - !motorTank.motor_stop_notified + !motorTank.motor_stop_notified && inputConnection.motor_on_type === "forced_manual" ) { console.log("✅ Sending Motor Stop Notification...");