constmessage=`Tank Name: '${tankName}', Pump started at '${startTime}' by Initiated by user(s): ${userNames} '${motorOnType}' and will stop after '${stopTime}'`;
// const message = `Tank Name: '${tankName}', Pump started at '${startTime}' by Initiated by user(s): ${userNames} '${motorOnType}' and will stop after '${stopTime}'`;
constmessage=
`Tank Name: '${tankName}'\n`+
`Pump started at: '${startTime}'\n`+
`Initiated by user(s): ${userNames}\n`+
`Motor On Type: '${motorOnType}'\n`+
`Will stop after: '${stopTime}'`;
// Send the notification
// Send the notification
awaitsendNotification(fcmTokens,'Arminta Water Management',message);
awaitsendNotification(fcmTokens,'Arminta Water Management',message);