ashok 3 months ago
commit 361c7fc646

@ -8377,7 +8377,7 @@ const isTankHeightMatch = tankHeightDifferenceInCm <= 10;
let comparisonMessage = ""; let comparisonMessage = "";
if (isWaterLevelMatch && isTankHeightMatch) { 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) { } else if (isWaterLevelMatch) {
comparisonMessage = "✅ Manual water level matches within 10 cm, but tank height does not."; comparisonMessage = "✅ Manual water level matches within 10 cm, but tank height does not.";
} else if (isTankHeightMatch) { } else if (isTankHeightMatch) {

Loading…
Cancel
Save