|
|
|
@ -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")
|
|
|
|
|