forced manual stop notifications chmages

master^2
Bhaskar 8 months ago
parent 4e419f79e3
commit 542235150d

@ -6261,7 +6261,7 @@ const sendMotorNotifications = async () => {
// 🔹 Motor Stop Condition // 🔹 Motor Stop Condition
if ( if (
inputConnection.motor_stop_status === "1" && inputConnection.motor_stop_status === "1" &&
!motorTank.motor_stop_notified !motorTank.motor_stop_notified && inputConnection.motor_on_type === "forced_manual"
) { ) {
console.log("✅ Sending Motor Stop Notification..."); console.log("✅ Sending Motor Stop Notification...");

Loading…
Cancel
Save