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