change in iot

master
varun 1 year ago
parent 87899077a7
commit db1933d097

@ -197,6 +197,8 @@ module.exports = function (fastify, opts, next) {
motor_id:{ type: "string" ,default: null}, motor_id:{ type: "string" ,default: null},
motor_status: { type: "string", default: "1" }, motor_status: { type: "string", default: "1" },
motor_stop_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_id:{ type: "string" ,default: null},
motor_status: { type: "string", default: "1" }, motor_status: { type: "string", default: "1" },
motor_stop_status: { type: "string", default: "1" }, motor_stop_status: { type: "string", default: "1" },
capacity: { type: "string", default: null },
water_level: { type: "string", default: null },
}, },
}, },
}, },

Loading…
Cancel
Save