From 2758abe8c865baeefd7b8ab6084152fa1298387c Mon Sep 17 00:00:00 2001 From: Varun Date: Thu, 25 Sep 2025 16:49:58 +0530 Subject: [PATCH] tanks.js --- src/models/tanks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/tanks.js b/src/models/tanks.js index 8e714b5f..4204f4ab 100644 --- a/src/models/tanks.js +++ b/src/models/tanks.js @@ -67,6 +67,7 @@ const tanksSchema = new mongoose.Schema({ slave_status:{ type: String, default: "working" }, slave_disconnected_time :{ type: String, default: null }, + connections: { source: { type: String }, inputConnections: [