forced manual notifications

master^2
Bhaskar 7 months ago
parent 6e5fcba6b8
commit 6f93671e64

@ -109,7 +109,10 @@ const tanksSchema = new mongoose.Schema({
], ],
inputWaterlevelPercentage: { type: String, default: null }, inputWaterlevelPercentage: { type: String, default: null },
outputWaterlevelPercentage: { type: String, default: null } outputWaterlevelPercentage: { type: String, default: null }
} },
motor_start_notified: { type: Boolean, default: false },
motor_stop_notified: { type: Boolean, default: false }
}); });
const customerautopercentages = ({ const customerautopercentages = ({

Loading…
Cancel
Save