test autopush

master
Varun 10 months ago
parent fce4c49224
commit ecd1dfc41f

@ -1981,7 +1981,7 @@ else if (currentWaterLevel >= highWaterThreshold) {
const stopTime = req.body.stopTime || new Date().toISOString();
const motorOnType = req.body.motor_on_type || "manual";
if (action === "start") {
motorStopStatus = "2";
const startTime = req.body.startTime;
const stopCriteria =
@ -4916,4 +4916,4 @@ async function removeDuplicates() {
// Run the remove duplicates function
removeDuplicates();
console.log("this is for testing autopush,line located in tankscontroller")

Loading…
Cancel
Save