master^2
Varun 7 months ago
parent 40ea912908
commit 0ba2d740f5

@ -2998,6 +2998,7 @@ exports.motorAction = async (req, reply) => {
);
clearInterval(motorIntervals[motorId]); // Stop the motor if condition met
delete motorIntervals[motorId]; // Remove from interval object

Loading…
Cancel
Save