changes in motoraction

master
Varun 10 months ago
parent f6c990cba2
commit 21561c6176

@ -1981,6 +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 =

Loading…
Cancel
Save