master^2
Bhaskar 8 months ago
parent 177042fc53
commit 5fb1f1a061

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