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

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

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

Loading…
Cancel
Save