From c9e88bc40e1ee656c514417c0cb37c33aadcc425 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Thu, 17 Jul 2025 13:25:36 +0530 Subject: [PATCH] changes --- 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 c8c5b326..c158bdd7 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -8377,7 +8377,7 @@ const isTankHeightMatch = tankHeightDifferenceInCm <= 10; let comparisonMessage = ""; if (isWaterLevelMatch && isTankHeightMatch) { - comparisonMessage = "✅ Manual measurement matches: water level and tank height both within 10 cm range."; + comparisonMessage = "Manual measurement matches within 10 cm of sensor data."; } else if (isWaterLevelMatch) { comparisonMessage = "✅ Manual water level matches within 10 cm, but tank height does not."; } else if (isTankHeightMatch) {