changes in iot waterlevel

master
varun 1 year ago
parent 52ec48e4c8
commit 310e5c456b

@ -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