From 9773bb3f7c445a74f756ba581ab9e64238a3ad62 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Mon, 20 Jan 2025 17:41:49 +0530 Subject: [PATCH] changes --- src/controllers/tanksController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index 46cdf23c..026b7203 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -2178,7 +2178,7 @@ console.log(fcmToken) const blockName = req.body.from || "Unknown Block"; // Provide a fallback if `from` is missing 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 motorOnType = req.body.motor_on_type || "APP"; const manual_threshold_time = req.body.manual_threshold_time; if (action === "start") {