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