ashok 2 years ago
commit 98b2a1ee42

@ -84,6 +84,8 @@ const tanksSchema = new mongoose.Schema({
motor_id:{ type: String ,default: null}, motor_id:{ type: String ,default: null},
motor_status: { type: String, default: "0" }, motor_status: { type: String, default: "0" },
motor_stop_status: { type: String, default: "1" }, motor_stop_status: { type: String, default: "1" },
capacity:{ type: String ,default: null},
water_level:{ type: String ,default: null},
} }
] ]

Loading…
Cancel
Save