master^2
Bhaskar 7 months ago
parent de81793c5d
commit c150a8283d

@ -1735,7 +1735,7 @@ eventEmitter.on("sendMotorStartNotification", async (hw_Id, customerId, fcmToken
// ? `🚨 Pump will stop when the water level reaches **${manualThresholdTime}%**.`
// : `⚠️ Pump will stop **manually**.`;
const message = `🚰 Motor Started Manually 🚀\n` +
const message = `🚰 Motor Started 🚀\n` +
`👤 Customer ID: ${customerId}\n` +
`🔹 Motor Name: ${tankName} - ${blockName}\n` +
`💧 Water Level: ${waterLevel}\n` +
@ -1766,7 +1766,7 @@ eventEmitter.on("sendMotorStopNotification", async (hw_Id, customerId, fcmTokens
return;
}
const message = `🛑 Motor Stopped Manually \n` +
const message = `🛑 Motor Stopped \n` +
`👤 Customer ID: ${customerId}\n` +
`🔹 Motor Name: ${tankName} - ${blockName}\n` +
`💧 Water Level: ${waterLevel}\n` +

Loading…
Cancel
Save