|
|
@ -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 = ({
|
|
|
|