changes in accept quotation

master^2
Varun 5 months ago
parent 0881ed03fa
commit 1eb4c3fccb

@ -444,6 +444,7 @@ const insensorsSchema = new mongoose.Schema({
connected_status: { type: String, enum: ["connected", "Not connected", "unknown"], default: "unknown" }, connected_status: { type: String, enum: ["connected", "Not connected", "unknown"], default: "unknown" },
masterName: { type: String, default: null }, masterName: { type: String, default: null },
location: { type: String, default: null }, location: { type: String, default: null },
tankhardwareId: { type: String, default: null },
motor_switches: [ motor_switches: [
{ {
from_tank: { type: String, default: null }, from_tank: { type: String, default: null },

Loading…
Cancel
Save