added start and stop time

master
varun 1 year ago
parent f4c6286940
commit 3e7d9b3e52

@ -75,7 +75,8 @@ const tanksSchema = new mongoose.Schema({
manual_threshold_time:{type: String, default: null}, manual_threshold_time:{type: String, default: null},
threshold_type:{type: String, default: "percentage"}, threshold_type:{type: String, default: "percentage"},
startTime:{type: String,default:null}, startTime:{type: String,default:null},
real_motor_status:{type:String,default:"1"} real_motor_status:{type:String,default:"1"},
stopTime:{type: String,default:null}
} }
], ],
outputConnections: [ outputConnections: [

Loading…
Cancel
Save