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...");