notification changes

master^2
Bhaskar 9 months ago
parent db73fe5786
commit a25023fadc

@ -2179,6 +2179,7 @@ console.log(fcmToken)
const tankName = req.body.to || "Unknown Tank"; // Provide a fallback if `to` is missing
const stopTime = req.body.stopTime
const motorOnType = req.body.motor_on_type || "App";
const manual_threshold_time = req.body.manual_threshold_time;
if (action === "start") {
motorStopStatus = "2";

Loading…
Cancel
Save