master^2
Varun 8 months ago
parent 2471c903f2
commit 08b6f134d6

@ -395,6 +395,7 @@ exports.getTankmotordata = async (req, reply) => {
}; };
exports.updateTanklevels = async (req, reply) => { exports.updateTanklevels = async (req, reply) => {
try { try {
const customerId = req.params.customerId; const customerId = req.params.customerId;

@ -64,6 +64,7 @@ const tanksSchema = new mongoose.Schema({
notificationSentHigh: { type: Boolean }, notificationSentHigh: { type: Boolean },
all_motor_status: { type: Boolean }, all_motor_status: { type: Boolean },
connections: { connections: {
source: { type: String }, source: { type: String },
inputConnections: [ inputConnections: [

Loading…
Cancel
Save