changes in tanks and start and stop regarding bore to sump

master
varun 3 years ago
parent ef291f20e7
commit caf6686afb

@ -231,7 +231,7 @@ module.exports = function (fastify, opts, next) {
from_type: { type: "string" },
to_type: { type: "string" },
action: { type: "string" },
percentage: { type: "string" },
percentage: { type: "string",default: "100" },
startTime:{ type: "string" },
stopTime:{ type: "string" },
},

Loading…
Cancel
Save