From 340ded59352e787f680f2bbf6c8c45188b489cfa Mon Sep 17 00:00:00 2001 From: Varun Date: Wed, 19 Mar 2025 16:07:20 +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 ba563b9c..1a54cb38 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -2967,6 +2967,7 @@ exports.motorAction = async (req, reply) => { } ); + console.log(`🚨 Motor ${motorId} stop condition met. Sending stop command.`); this.publishMotorStopStatus(motorId, "1");