|
|
@ -1981,6 +1981,7 @@ else if (currentWaterLevel >= highWaterThreshold) {
|
|
|
|
const stopTime = req.body.stopTime || new Date().toISOString();
|
|
|
|
const stopTime = req.body.stopTime || new Date().toISOString();
|
|
|
|
const motorOnType = req.body.motor_on_type || "manual";
|
|
|
|
const motorOnType = req.body.motor_on_type || "manual";
|
|
|
|
if (action === "start") {
|
|
|
|
if (action === "start") {
|
|
|
|
|
|
|
|
|
|
|
|
motorStopStatus = "2";
|
|
|
|
motorStopStatus = "2";
|
|
|
|
const startTime = req.body.startTime;
|
|
|
|
const startTime = req.body.startTime;
|
|
|
|
const stopCriteria =
|
|
|
|
const stopCriteria =
|
|
|
|