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