From 410768d603b1cc2d84fdddc3509bcb87f8673932 Mon Sep 17 00:00:00 2001 From: varun Date: Fri, 17 May 2024 06:17:59 -0400 Subject: [PATCH] change in iotdata if tank not found for tankhardwareId4 --- 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 1f92cff1..fec23961 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -1009,7 +1009,7 @@ exports.motorAction = async (req, reply) => { ); clearInterval(intervalId); // Stop monitoring water level } - }, 60000); // Check water level every minute + }, 20000); // Check water level every minute } }