diff --git a/src/routes/createConnectionsRoute.js b/src/routes/createConnectionsRoute.js index 8b486605..283e5a23 100644 --- a/src/routes/createConnectionsRoute.js +++ b/src/routes/createConnectionsRoute.js @@ -197,6 +197,8 @@ module.exports = function (fastify, opts, next) { motor_id:{ type: "string" ,default: null}, motor_status: { type: "string", default: "1" }, motor_stop_status: { type: "string", default: "1" }, + capacity: { type: "string", default: null }, + water_level: { type: "string", default: null }, }, }, }, @@ -212,6 +214,8 @@ module.exports = function (fastify, opts, next) { motor_id:{ type: "string" ,default: null}, motor_status: { type: "string", default: "1" }, motor_stop_status: { type: "string", default: "1" }, + capacity: { type: "string", default: null }, + water_level: { type: "string", default: null }, }, }, },