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

@ -1177,8 +1177,8 @@ exports.getIotDataByCustomer = async (req, reply) => {
const loraMessage = const loraMessage =
matchedTank && parseFloat(matchedTank.tankHeight || 0) > 0 matchedTank && parseFloat(matchedTank.tankHeight || 0) > 0
? "LoRa is connected" ? "LORA is connected"
: "LoRa is not connected"; : "LORA is not connected";
return { return {
tankhardwareId, tankhardwareId,

Loading…
Cancel
Save