From 5fb1f1a0611bfd8b9216a037a75e993aa78a4e59 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Mon, 14 Apr 2025 16:06:18 +0530 Subject: [PATCH] CHANGES --- src/controllers/installationController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/installationController.js b/src/controllers/installationController.js index 80c21db6..77b8d0f2 100644 --- a/src/controllers/installationController.js +++ b/src/controllers/installationController.js @@ -1177,8 +1177,8 @@ exports.getIotDataByCustomer = async (req, reply) => { const loraMessage = matchedTank && parseFloat(matchedTank.tankHeight || 0) > 0 - ? "LoRa is connected" - : "LoRa is not connected"; + ? "LORA is connected" + : "LORA is not connected"; return { tankhardwareId,