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