From 1eb4c3fccbb58b4fa4f3944f43ae56ed20d7b7a7 Mon Sep 17 00:00:00 2001 From: Varun Date: Mon, 19 May 2025 11:40:04 +0530 Subject: [PATCH] changes in accept quotation --- src/models/store.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/store.js b/src/models/store.js index b5a2291a..13ab1e19 100644 --- a/src/models/store.js +++ b/src/models/store.js @@ -444,6 +444,7 @@ const insensorsSchema = new mongoose.Schema({ connected_status: { type: String, enum: ["connected", "Not connected", "unknown"], default: "unknown" }, masterName: { type: String, default: null }, location: { type: String, default: null }, + tankhardwareId: { type: String, default: null }, motor_switches: [ { from_tank: { type: String, default: null },