master
bhaskar 2 years ago
parent 6ab3117307
commit 2f2ce11202

@ -123,7 +123,7 @@ module.exports = function (fastify, opts, next) {
properties: {
inputConnections: { type: "string", default: null },
input_type: { type: "string", default: null },
inputismotor: { type: "boolean", default: false },
inputismotor: { type: "boolean" },
},
},
},
@ -135,7 +135,7 @@ module.exports = function (fastify, opts, next) {
properties: {
outputConnections: { type: "string", default: null },
output_type: { type: "string", default: null },
outputismotor: { type: "boolean", default: false },
outputismotor: { type: "boolean" },
},
},
},

Loading…
Cancel
Save