ashok 7 months ago
commit 0bf8fc3950

@ -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,

Loading…
Cancel
Save